Getting a key
Once Syrto has provisioned an API for your organization, admins create and revoke API keys in the Syrto dashboard. Each key is scoped to your organization.Sending your key
Pass the key as a bearer token in theAuthorization header:
sk_. Keep them secret - a key grants access to your data and consumes your usage. Send every request over HTTPS, and never place a key in a URL.
The examples in these docs read the key from a SYRTO_API_KEY environment variable, so you can export it once and run any example:
Authentication errors
Each error response follows the standard error envelope: