POST
/
billing
/
balance
Increment Balance
curl --request POST \
  --url https://api.contextual.ai/v1/billing/balance \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123
}'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to POST /billing/credits/increment_amount request

Response

Successful Response

The response is of type object.