curl -X GET https://api.llmgenerator.com/api/v1/credits/packages
{ "packages": [ { "id": "pkg_xxxxxxxx", "name": "Starter Pack", "credits": 100, "price": 1.99 }, { "id": "pkg_yyyyyyyy", "name": "Pro Pack", "credits": 500, "price": 7.99 } ] }
This endpoint retrieves the available credit packages for purchase.