API Reference
Integrate Viso.li directly into your application using our REST API.
Authentication
Our API uses API keys to authenticate requests. You can view and manage your API keys in your user dashboard.
API keys are available for users with a PRO or ENTERPRISE subscription.
Heads up!
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Authentication to the API is performed via HTTP Bearer authentication. Provide your API key in the Authorization header when making requests.
An example API key looks like this: sk_api_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Rate Limiting
The API has a rate limit of 10 requests per minute and 50 requests per day. If you exceed this limit, you will receive a 429 Too Many Requests response.