List available credit top-up packs with prices
cURL
curl --request GET \ --url https://api.example.com/v1/billing/packs
Documentation IndexFetch the complete documentation index at: https://usenaive.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
{ "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." }