Interactive Sandbox

Test PearMedica API calls live in your browser. No setup required — just click and see real responses.

api.pearmedica.com/v1/assess
RequestPOST
json
{
  "patient": {
    "age": 28,
    "sex": "female",
    "location": "lagos_nigeria"
  },
  "evidence": [
    {
      "id": "s_fever",
      "choice_id": "present",
      "duration_days": 3
    },
    {
      "id": "s_headache",
      "choice_id": "present",
      "severity": "severe"
    },
    {
      "id": "s_chills",
      "choice_id": "present"
    }
  ]
}
Response200 OK • 1.8s
json
{
  "conditions": [
    {
      "name": "Malaria",
      "probability": "high",
      "icd_10": "B50"
    },
    {
      "name": "Typhoid Fever",
      "probability": "medium",
      "icd_10": "A01.0"
    }
  ],
  "triage": {
    "level": "urgent",
    "timeframe": "within_24_hours"
  },
  "should_stop": false,
  "next_question": {
    "text": "Have you travelled recently?"
  }
}

Sandbox Features

Pre-filled Requests

Click "Try It" to send real requests with example patient data.

Live Responses

See actual API responses in real-time, including latency metrics.

Request Builder

GUI to construct requests — select symptoms, set patient demographics.

Code Generation

See equivalent code in JavaScript, Python, and cURL for any request.

Launching Soon

The live sandbox is under development

Request API access to get a test key and start building immediately. The interactive sandbox with GUI request builder will launch alongside the full API.