Skip to main content
GET
Retrieve file content
Retrieves the content of a specific file using its file ID. This is commonly used to download batch output files or error files.

Request Headers

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

Path Parameters

string
requis
The unique identifier of the file to retrieve content for.

Response

The response returns the raw file content. For batch output files, this will be in JSONL format where each line contains a batch request result. Example Response For batch output files, each line contains a response like this:
Dernière modification le 15 mai 2026