Developer documentation

Simple API access.
Clear credit usage.

Use your API key as a bearer token. Responses include status and credit details where applicable.

GET /api/v1/status

Authorization: Bearer ak_live_xxx

{
  "ok": true,
  "account_id": 123,
  "credits": 25000
}

Authentication

Pass your API key using the Authorization header.

Authorization: Bearer ak_xxxxxxxxx

Credit deduction

Use the sample endpoint in /api/v1/consume.php as a starting point for debit operations.