cURL
curl --request GET \ --url https://api.nugen.in/api/v3/documents/{id}/download \ --header 'Authorization: Bearer <token>'
"<string>"
Get the download URL for a specific document.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type string.
string
Was this page helpful?