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.
Standard JSON error format, common HTTP status codes, and example error responses from the API.
error
{ "error": "Description of what went wrong" }
curl -X POST https://developer.sirius.menu/v1/projects/abc123/keys/revoke \ -H "Authorization: Bearer sdt_..." \ -H "Content-Type: application/json" \ -d '{}'
{ "error": "key_id is required" }
{ "error": "Project not found" }
{ "error": "Rate limit exceeded. Maximum 100 requests per minute." }