Version: v1
Kula API
The Kula API provides programmatic access to your Kula account. Use it to integrate Kula with your internal tools, automate workflows, and build custom applications.
For detailed information on rate limiting, pagination, and error handling, see the API Guides.
Authentication
All requests require Bearer token authentication:
Authorization: Bearer kula_pk_your_token_here
Base URL
https://api.kula.ai
Rate Limiting
1000 requests per hour per account
Authentication
- HTTP: Bearer Auth
Public API Bearer token
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |