Skip to main content

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.

Status Codes

CodeMessage
400Invalid URL / Invalid filter value / Invalid parameter
401Missing API key / Invalid API key
402Insufficient credits
403Member restricted / Forbidden
404Not found / Profile not found
429Rate limit exceeded
500Internal error
503Service temporarily unavailable. Please contact support.

Search-Specific Errors (400)

CodeMessageCause
400Invalid filter value: …Invalid regex in a filter (e.g., unclosed [)
400(validation message)Invalid search parameter (wrong type, out of range value, etc.)

Response Formats

Standard Error (401, 403, 429, 500, 503)

{
  "detail": "Invalid API key"
}

Insufficient Credits (402)

{
  "detail": {
    "error": "Insufficient credits",
    "available_credits": 12,
    "required_credits": 50,
    "cost_per_result": 1
  }
}

Invalid Parameters (400)

{
  "detail": "Invalid filter value: unterminated character set at position 5"
}