Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a subscription checkout session
cURL
curl --request POST \ --url https://api.example.com/v1/billing/subscribe
plan
starter
pro
200
{ "checkout_url": "https://checkout.example.com/c/pay/...", "session_id": "cs_live_...", "expires_at": "2026-05-02T11:30:00Z", "hint": "Open the checkout URL to complete payment.", "next_steps": [{ "command": "naive billing status", "description": "Check if payment completed" }] }