Skip to main content
GET
/
v1
/
billing
/
packs
Credit Packs
curl --request GET \
  --url https://api.example.com/v1/billing/packs

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

{
  "packs": [
    { "id": "small", "credits": 20, "price": "$10", "per_credit": "$0.50" },
    { "id": "medium", "credits": 50, "price": "$23", "per_credit": "$0.46", "badge": "Popular" },
    { "id": "large", "credits": 100, "price": "$44", "per_credit": "$0.44", "badge": "Best Value" },
    { "id": "xl", "credits": 250, "price": "$100", "per_credit": "$0.40" }
  ],
  "credits_remaining": 1.2,
  "hint": "Larger packs are more cost-effective. Credits never expire."
}
Larger packs offer a lower per-credit cost. Credits are added immediately after payment and never expire.