Skip to main content
GET
Retrieve file
Retrieves information about a specific file using its file ID.

Request Headers

string
vereist
Enum: application/json
string
vereist
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

string
vereist
The unique identifier of the file to retrieve information for.

Response

string
vereist
The unique identifier of the file.
string
vereist
The object type, which is always file.
integer
vereist
The size of the file in bytes.
string
vereist
The name of the file.
integer
vereist
The Unix timestamp (in seconds) when the file was created.
integer
The Unix timestamp (in seconds) when the file will expire. Only present for output files.
string
vereist
The purpose of the file.Available purposes:
  • batch - Input file for batch processing
  • batch_output - Output file from batch processing
object
vereist
Additional metadata about the file.
Laatst gewijzigd op 10 augustus 2026