Overview
The API follows REST conventions with:- Resource-oriented URLs (e.g.,
/datasets,/access-rules) - Standard HTTP verbs (GET, POST, PUT, DELETE)
- JSON-encoded request and response bodies
- Standard HTTP status codes for success and error states
Base URL
All API requests use the following base URL:Authentication
All API endpoints require authentication using Bearer tokens. Include your API key in theAuthorization header:
Create an API key
Generate API keys in your account settings
SDK alternative
For TypeScript and JavaScript applications, consider using the official SDK instead of calling the REST API directly. The SDK provides type safety, convenient methods, and simplified error handling.TypeScript SDK
Learn about the TypeScript SDK
Related resources
- API Keys - Create and manage API keys
- SDKs - Official SDKs for programmatic access
- Error Handling - Understanding error responses

