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
The response is of type object.
object
Was this page helpful?