Skip to main content
GET
/
v2
/
credits
Get remaining credits
curl --request GET \
  --url https://api.tamtam.ai/api/v2/credits \
  --header 'Authorization: <api-key>'
{
  "credits": [
    {
      "credit_type": "<string>",
      "remaining_credits": 123,
      "total_credits": 123,
      "used_credits": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Response

OK

credits
object[] | null
required

Credit lines for the account across all active subscriptions