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.
HTTP status codes and error response format
{ "message": "string", "action": "string", "code": "string", "data": {} }
message
action
code
data
401
403
404
422
429
{ "message": "Validation failed", "action": "Fix the fields in data", "data": { "name": ["Name is required"] } }