GET
/
conversations
/
upload-url
curl --request GET \
  --url http://api.attention.tech/v2/conversations/upload-url \
  --header 'Authorization: <api-key>'
{
  "url": "<string>",
  "key": "<string>",
  "downloadUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Response

200
application/json

signed upload url successfully generated

The response is of type object.