curl --request POST \
--url https://octanist.com/api/check \
--header 'X-API-KEY: <api-key>'{
"success": true
}Validate that your API key is working correctly
curl --request POST \
--url https://octanist.com/api/check \
--header 'X-API-KEY: <api-key>'{
"success": true
}Useful for integration testing (e.g., Zapier connection setup).Documentation Index
Fetch the complete documentation index at: https://octanist.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST \
-H "X-API-KEY: your_api_key" \
"https://octanist.com/api/check"
{
"success": true
}
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid API key |