Skip to main content
GET
/
v1
/
credits
Get Credits
curl --request GET \
  --url https://api.orbisearch.com/v1/credits \
  --header 'X-API-Key: <api-key>'
{
  "credits": 1250.5,
  "user_id": "user_2NXKxQjF8KhZHwH3JqRpYXxV"
}

Documentation Index

Fetch the complete documentation index at: https://orbisearch.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint to retrieve your current credit balance. Credits are consumed each time you verify an email address — each verification costs 0.2 credits. Results that are served from cache (within 24 hours of the original verification) are free and do not reduce your balance.

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

Successful Response

Current credit balance information.

credits
number
required

Current available credits.

Example:

1250.5

user_id
string
required

User identifier.

Example:

"123e4567-e89b-12d3-a456-426614174000"