v1

latestOpenAPI 3.0.12026-07-266184114.0 KB
Fax AI

Get AI credit summary

Get the AI credit summary including remaining credits, usage breakdown by feature, and next reload date. (Permitted scopes: fax:all:read, fax:ai:read)

get/accounts/self/ai/credits

Response

Response containing AI credit summary

credits_remaininginteger required

Number of AI credits remaining

reload_atstring date-time nullable

ISO 8601 timestamp when credits will be reloaded. Null if no reload is scheduled

Example response

{
  "credits_remaining": 450,
  "usage": [
    {
      "feature": "ocr",
      "credits_used": 30
    },
    {
      "feature": "field_extraction",
      "credits_used": 20
    }
  ],
  "reload_at": "2026-04-01T00:00:00Z"
}