REST API Reference
http://localhost:8000/v1
https://your-domain.com:8000/v1
/v1/health
X-API-Key: cyborg_your_api_key_here
{ "status": "success", "message": "Operation completed successfully" }
{ "status_code": 400, "detail": "Error description" }
Was this page helpful?