Skip to main content
GET
/
api
/
validateApiKey
cURL
curl --request GET \
  --url https://app.captureiq.ai/api/validateApiKey \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Documentation Index

Fetch the complete documentation index at: https://help.captureiq.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer .

Response

API key is valid.

status
boolean
Example:

true