cURL
curl --request GET \ --url https://api.anam.ai/v1/knowledge/documents/{id}/download \ --header 'Authorization: Bearer <token>'
{ "downloadUrl": "<string>", "filename": "<string>" }
Get a presigned download URL for a knowledge document
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully generated download URL
Was this page helpful?