Skip to main content

Base URL

All API requests should be made to:
The base API URL is https://api.mycura.org.

Authentication

All API endpoints require authentication using an API key. Include your API key in the request headers:
Or as a query parameter:
Learn more about authentication.

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

Error Codes