Simple Care API Docs

Machine-readable documentation is available at /openapi.json.

Medical emergencies: tell the user to call 911. Agents must not diagnose, collect PHI, create accounts, or book appointments.

Agent Endpoints

GET /api/services

Public service catalog.

GET /api/physicians

Active public physicians.

GET /api/availability?subcategory_id={id}

Physicians and timeslots for a service.

Current Production Endpoints

GET /api/v1/services/with-subcategories

Existing service catalog used by the app.

GET /api/v1/patient/physicians/by-category/{categoryId}/with-slots

Existing physicians and timeslots endpoint by category.

GET /api/v1/patient/physicians/by-subcategory/{subcategoryId}/with-slots

Existing physicians and timeslots endpoint by service.

Public Pages

/services

Services offered by Simple Care.

/doctors

Physicians available through Simple Care.

/cas

Patient login.

/register

Patient sign up.

/terms-of-service

Terms and conditions.

/privacy

Privacy policy.