v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Billing

Get billing plan details

Returns billing plan information including plan name, credits per month, credits used, and subscription renewal date.

get/public/v1/billing

Response

Billing plan details

planNamestring nullable required
creditsPerMonthnumber nullable required
creditsUsednumber required
subscriptionRenewsstring nullable required

Example response

{
  "planName": "Professional",
  "creditsPerMonth": 5000,
  "creditsUsed": 1250.5,
  "subscriptionRenews": "2026-03-25T00:00:00Z"
}