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
必須
Enum: application/json
string
必須
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

string
必須
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:
最終更新日 2026年5月15日