GET
/
conversations
/
upload-url
Get Signed Upload Conversation 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

signed upload url successfully generated

url
string
required

Signed URL for uploading the file

key
string
required

Unique key identifier for the upload

downloadUrl
string
required

URL to download the file after upload