API Authorization
To access the ALTCHA API, you’ll need an API Key, which you can create in the ALTCHA App.
Using API Keys
After creating an API Key, include it with every API request using one of the following methods:
- As a URL parameter:
?apiKey=key_...
- As an HTTP header:
Authorization: Bearer key_...
Troubleshooting
For assistance with authentication issues or API errors, consult the API errors documentation.