Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API keys
Your API key determines the environment. Use the same base URL for both:| Key Format | Environment |
|---|---|
sk_test_<random> | Sandbox |
sk_live_<random> | Production |
Required headers
X-Tenant-Id is required for tenant-scoped requests. Tenant deletion, deletion status, rate-limit status, and analytics endpoints are scoped by your API key and environment instead.Example request
Tenant header
TheX-Tenant-Id header identifies which tenant the request is for. Tenants are created automatically on first tenant-scoped request.
Use a stable identifier: your internal customer/account ID, a UUID, or a unique slug.
Key rotation
Error responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid API key |
| 403 | FORBIDDEN | Valid key but insufficient permissions |
Example 401 Response
API versioning
Current version:v1. URL-based versioning.
| Breaking (requires new version) | Non-breaking (same version) |
|---|---|
| Removing or renaming fields | Adding new optional fields |
| Changing field types | Adding new endpoints |
| Changing error codes | Adding new optional parameters |
| Changing endpoint behavior | Adding new enum values |