Skip to main content
POST
/
v1
/
billing
/
topup
Top up credits
curl --request POST \
  --url https://api.usenaive.ai/v1/billing/topup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
pack_id
enum<string>
required
Available options:
small,
medium,
large,
xl

Response

Checkout created.

The response is of type object.