Developers
API ReferenceChat File

Retrieves a ChatFile resource

GET
/chat/chat-files/{id}/download

Retrieves a ChatFile resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

ChatFile identifier

Query Parameters

pdfContentType?boolean
Defaultfalse

Response Body

curl -X GET "https://example.com/chat/chat-files/string/download"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "displayedName": "string",  "extension": "string",  "downloadUrl": "string",  "downloadType": "download-direct"}