Skip to main content
GET
Get Active Credits Summary
Returns the allocated and remaining credits for your account. Use this endpoint to monitor your current credit usage and remaining balance.

Endpoint:

GET https://api.explorium.ai/v1/credits

Authentication

Include your account API key in the request header:

Response

Returns a JSON object containing:

Example Response

JSON

Authorizations

api_key
string
header
required

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
allocated_credits
integer
required

Number of allocated credits

remaining_credits
integer
required

Number of remaining credits

account_type
enum<string>

Type of the last package assigned to the account. trial means no purchase was made; paid means the user purchased a package.

Available options:
trial,
paid