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.
How to authenticate with the Solute backend API
X-Api-Key
curl -X POST https://api.solute.dev/api/events \ -H "Content-Type: application/json" \ -H "X-Api-Key: your_api_key_here" \ -d '{...}'
{ "error": { "code": "INVALID_API_KEY", "message": "Invalid or missing API key" }, "statusCode": 401 }