Skip to main content
GET
Get India API credit pricing

Authorizations

Authorization
string
header
required

API key issued from the developer dashboard. Pass as Authorization: Bearer vq_key_...

Query Parameters

region
enum<string> | null

Jurisdiction to price. US for the United States primary-law surface, IN for the India legislation surface. Defaults to the jurisdiction of the document you are reading, so a caller who does not set it gets the prices for the endpoints that document describes and nothing else.

Available options:
US,
IN

Response

Successful Response

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 September 11, 2026