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.

How Agents Should Answer

Agent Endpoints

GET /api/services

Public service catalog. Use the returned data to answer service/category questions.

GET /api/physicians

Active public physicians. Use the returned data to answer doctor roster questions.

GET /api/availability?subcategory_id={id}

Physicians and timeslots for a service. Use the returned data to answer live availability questions.

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.