cURL
curl --request GET \ --url http://api.attention.tech/v2/conversations/upload-url \ --header 'Authorization: <api-key>'
{ "url": "<string>", "key": "<string>", "downloadUrl": "<string>" }
Generate a signed URL for uploading a conversation file
signed upload url successfully generated
Signed URL for uploading the file
Unique key identifier for the upload
URL to download the file after upload
Was this page helpful?