cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v1/files \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "bytes": 123, "created_at": 123, "filename": "<string>", "purpose": "<string>", "object": "file", "status": "<string>", "status_details": "<string>" } ], "object": "list" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
batch
fine-tune
Project ID to list files for
Successful Response
Show child attributes
Was this page helpful?