Crie uma API Key para testar os endpoints ao vivo.

Criar API Key
get /api/v1/credits

Autorização

Informe sua API key gerada em /developer/api-keys

Authorization

bearerAuth
AuthorizationBearer <token>

Informe sua API key gerada em /developer/api-keys

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://tamz.ai/api/v1/credits"
{
  "data": {
    "total": 1000,
    "used": 347,
    "available": 653
  }
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Missing API key. Use Authorization: Bearer tamz_xxx or X-API-Key header"
  }
}
{
  "error": {
    "code": "RATE_LIMITED",
    "message": "Rate limit exceeded"
  }
}