Skip to content

Create top-up checkout

POST
/api/v1/billing/topup-checkout

Creates a checkout for purchasing XCT token top-ups.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"packs": 0
}

Responses

Successful Response

application/json
JSON
{
  
"checkout_url": "string",
  
"transaction_id": "string",
  
"client_token": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation