Authentication HTTP header in all requests as a type Bearer.
Ping Test
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
To get started using the Revocalize API, you’ll need to generate an API Key through your Revocalize dashboard: www.revocalize.ai/settings/api-keys.
Authentication HTTP header in all requests as a type Bearer.
'Authorization': 'Bearer <revocalize_api_key>'
curl -H "Authentication: Bearer " https://api.revocalize.ai/ping
{"ping":"pong"}