Base URL
All API requests should be made to:https://api.mycura.org.
Authentication
All API endpoints require authentication using an API key. Include your API key in the request headers:Response Format
All API responses follow a consistent format:Success Response
Error Response
Available Endpoints
POST /chat
Generate AI responses with patient context and conversation history
GET /patients/{id}
Retrieve patient information by ID
POST /patients
Create a new patient record with health information
OpenAPI Specification
Access the complete OpenAPI specification at:Download OpenAPI Spec
Import into Postman, Insomnia, or generate client libraries

