Skip to main content
POST
/
v1
/
me
/
gpu_limit
/
request
Request Gpu Limit Increase
curl --request POST \
  --url https://api.example.com/v1/me/gpu_limit/request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "gpu_type": "<string>",
  "requested_limit": 123,
  "reason": "<string>"
}
'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null

Body

application/json
gpu_type
string
required
requested_limit
integer
required
reason
string
required
Maximum string length: 2048

Response

Successful Response