API/Authentication
All requests to the Sully API must include an x-api-key header with your API key and an x-account-id header with your Account ID.
Example
Copy
curl https://api.sully.ai/path \
--header 'X-API-KEY: <api-key>' \
--header 'X-ACCOUNT-ID: <account-id>'Last updated
