Objects | credits

This object represents your account's current API credit balance for a single product.

type string "credits"
product string Which product this balance is for: "dielines" or "dimensions".
available integer The number of active credits — unexpired and not yet spent — you can use right now. 0 when you have none.
expires_at string | null When your furthest-out active credit expires, as an ISO 8601 UTC timestamp (for example "2027-03-14T09:20:00Z"). null when available is 0.
unlimited boolean Present, and always true, only when your account is granted unlimited access and generates without spending credits — do not read available = 0 as "out of credits". Omitted entirely for ordinary credit-based accounts.