Skip to main content
GET
/
v1
/
files
/
{file_id}
/
content
Retrieve file content
curl --request GET \
  --url https://api.studio.nebius.com/v1/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
"<any>"

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

The response is of type any.