Skip to main content
GET
/
api
/
v1
/
allmodelchat
/
credits
/
packages
List Credit Packages
curl --request GET \
  --url https://api.example.com/api/v1/allmodelchat/credits/packages
[
  {
    "id": "<string>",
    "credits": 123,
    "price_cents": 123,
    "label": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Response

200 - application/json

Successful Response

id
string
required
credits
integer
required
price_cents
integer
required
label
string
required