Comprehensive documentation for the ClickSet API
Welcome to the ClickSet API documentation. This API allows you to manage users, API keys, datasets, and more. The API is organized around REST principles and uses standard HTTP response codes, authentication, and verbs.
All API requests should be made to the following base URL:
https://api.clickset.ai/api/v1
All requests and responses use JSON format. Requests should include the header:
Content-Type: application/json
The API is versioned using URL path versioning. The current version is v1. Future versions will be accessible at /api/v2, /api/v3, etc.
The API uses two authentication methods:
See the Authentication section for more details.
The API supports Cross-Origin Resource Sharing (CORS) to allow requests from different domains. See the CORS Support section for details on how to make cross-origin requests.
The API supports public datasets, which can be accessed by any authenticated user without requiring explicit permissions. See the Public Datasets section for more information.
To ensure the stability and performance of the API, rate limits are applied to all endpoints. The current rate limits are:
If you exceed these rate limits, you will receive a 429 Too Many Requests response. The response will include a Retry-After header indicating how many seconds to wait before making another request.