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
Example response
{
"planName": "Professional",
"creditsPerMonth": 5000,
"creditsUsed": 1250.5,
"subscriptionRenews": "2026-03-25T00:00:00Z"
}