Upload File

Upload a file to a thread. This endpoint allows uploading files that can be referenced in thread messages.

Authentication

AuthorizationBearer
OAuth2 access token obtained via token exchange.

Path parameters

thread_idstringRequired

Request

This endpoint expects a multipart form containing a file.
filefileRequired

Response

Successful Response
successboolean or nullDefaults to true
file_idstring or null

Errors