Skip to main content
GET
/
account
curl -H "api_key: YOUR_API_KEY" https://api.dataforb2b.ai/account
{
  "valid": true,
  "credits": 47200.75
}

Documentation Index

Fetch the complete documentation index at: https://docs.dataforb2b.ai/llms.txt

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

Response

valid
boolean
Whether the API key is valid
credits
number
Remaining credit balance on the account

curl -H "api_key: YOUR_API_KEY" https://api.dataforb2b.ai/account
{
  "valid": true,
  "credits": 47200.75
}