Obtaining an API Key
To obtain an API key:- Log in to your Autocalls account at https://app.autocalls.ai
- Navigate to the “API Keys” page
- Click on the “Create new API Key” button
- Copy your new API key and store it securely
Keep your API key confidential and secure. Do not share it publicly or commit
it to version control systems.
Using the API Key
Include your API key in theAuthorization
header of each request:
YOUR_API_KEY
with your actual API key.
Example Request
Here’s an example of how to include the API key in a cURL request:YOUR_API_KEY
with your actual API key when making requests.