cURL
curl --request GET \ --url https://api.novita.ai/openai/v1/files \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "code": "<string>", "message": "<string>", "data": [ { "id": "<string>", "object": "<string>", "bytes": 123, "filename": "<string>", "created_at": 123, "expires_at": 123, "purpose": "<string>", "metadata": { "total_requests": 123 } } ] }
Documentation IndexFetch the complete documentation index at: https://novita.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
application/json
Show File Object Properties
file
batch
batch_output
Show properties
Was this page helpful?