cURL
curl --request GET \ --url https://app.captureiq.ai/api/validateApiKey \ --header 'Authorization: Bearer <token>'
{ "status": true }
Validate the API key by checking if the provided authentication token is valid.
Documentation IndexFetch the complete documentation index at: https://help.captureiq.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.captureiq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer .
API key is valid.
true