Skip to main content
GET
/
v1
/
files
/
{file_id}
/
content
Retrieve file content
curl --request GET \
  --url https://api.tokenfactory.nebius.com/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

Response

Successful Response