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 -X GET https://api.llmgenerator.com/api/v1/credits/packages
{ "packages": [ { "id": "pkg_starter", "name": "Starter Pack", "credits": 100, "priceCents": 499, "packageId": "starter" }, { "id": "pkg_pro", "name": "Pro Pack", "credits": 500, "priceCents": 1999, "packageId": "pro" }, { "id": "pkg_enterprise", "name": "Enterprise Pack", "credits": 2000, "priceCents": 4999, "packageId": "enterprise" } ] }
Este endpoint retorna os pacotes de créditos disponíveis para compra.
Mostrar Propriedades do pacote
Esta página foi útil?