POST
/
files

Body

multipart/form-data
file
file
required

The File object (not file name) to be uploaded.

Response

200 - application/json
filename
string | null

The name of the file.

bytes
integer | null

The size of the file, in bytes.

id
string
required

The file identifier, which can be referenced in the API endpoints.

created_at
integer
required

The Unix timestamp (in seconds) for when the file was created.