Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete reference for the Crovver API.
https://api.crovver.com
# Public key (browser/SDK) x-public-key: pk_live_... # Secret key (backend) Authorization: Bearer sk_live_... # Service key (internal) x-service-key: <value>
{ "success": true, "data": { ... }, "error": null, "meta": { ... } }
{ "success": false, "data": null, "error": { "message": "Human-readable error message", "code": "ERROR_CODE" } }
MISSING_PUBLIC_KEY
publicKey
INVALID_PUBLIC_KEY
INVALID_SERVICE_KEY
TENANT_NOT_FOUND
NO_ACTIVE_SUBSCRIPTION
MISSING_REQUIRED_FIELDS