Documentation Index
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Retrieves information about a specific file using its file ID.
Bearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
The unique identifier of the file to retrieve information for.
Response
The unique identifier of the file.
The object type, which is always file.
The size of the file in bytes.
The Unix timestamp (in seconds) when the file was created.
The Unix timestamp (in seconds) when the file will expire. Only present for output files.
The purpose of the file.Available purposes:
batch - Input file for batch processing
batch_output - Output file from batch processing
Additional metadata about the file.
The total number of requests in the batch input file. Only present for batch input files.