Skip to main content
HEAD
/
v0
/
dedicated_endpoints
Head Dedicated Endpoints
curl --request HEAD \
  --url https://api.tokenfactory.nebius.com/v0/dedicated_endpoints \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tokenfactory.nebius.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

ai_project_id
string | null

Project ID

Response

Successful Response