cURL
curl --request POST \ --url https://api.attention.tech/v2/conversations/{id}/media/download \ --header 'Authorization: <api-key>'
{ "url": "<string>" }
Generate a presigned URL for downloading the media file of a conversation. Organization-level authentication only.
Unique identifier of the conversation
Successfully generated download URL
Presigned URL for downloading the conversation media
Was this page helpful?