API ReferenceChat File
Retrieves a ChatFile resource
Retrieves a ChatFile resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
ChatFile identifier
Query Parameters
pdfContentType?boolean
Default
falseResponse 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"}