Skip to main content
GET
Get API credit pricing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Pricing matrix returned successfully

Full pricing information for the API credit system. USD only.

dollarPerCredit
number
required

USD cost per 1 credit (0.01 means 1 credit = $0.01).

Example:

0.01

minCredits
number
required

Minimum credits per purchase.

Example:

500

maxCredits
number
required

Maximum credits per purchase.

Example:

1000000

costs
ApiCreditCostResponse · object[]
required

Per-endpoint credit costs (USD).

Last modified on June 26, 2026