Authentication
The Chariot API uses API Keys to authenticate requests. You can view and manage your API Keys in the Chariot dashboard.
Example request with bearer token
curl https://api.chariotai.com/applications \
-H "Authorization: Bearer {YOUR_API_KEY}"
Keep your API Key secure and reset it if you suspect it has been compromised. Exposing your API Key could result in unauthorized usage on your account.