Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.60db.ai/billing/current-plan \ -H "Authorization: Bearer your-api-key"
const currentPlan = await client.getCurrentPlan();
current_plan = client.get_current_plan()
{ "plan": { "id": "pro", "name": "Pro", "price": 29 }, "billing_cycle": "monthly", "next_billing_date": "2026-02-29T00:00:00Z" }
Get the current subscription plan