Learn how to authorize your requests to the Switchboard Canvas API.
To authorize your requests to Switchboard Canvas, you'll need your API key. Your API key can be found in the top-right corner on the main Templates page, after you sign in at https://www.switchboard.ai.
Send your API key as an HTTP header in your request to Switchboard Canvas. The header key is X-API-Key
.
curl -X POST -H "X-API-Key=<yourkey>" https://api.canvas.switchboard.ai
Sending an invalid API Key, or not sending one at all, will result in a 403 Forbidden
response.
We care about the protection of your data. Read our Privacy Policy.