Health — entry 013 of 23

Infermedica

Verified Jul 2026

Infermedica's Engine and Platform APIs take structured or free-text patient evidence (symptoms, risk factors, demographics) and return probable conditions, triage urgency, and specialist recommendations, authenticated with paired App-Id/App-Key headers issued on signup to the free Developer Portal. Building and testing an integration is free via a Dev-Mode sandbox; taking it to production requires a commercial contract, so pricing is freemium rather than fully paid. The old /docs/ URL now 301-redirects to /documentation/, corrected in place. A live Origin-header probe against api.infermedica.com returns Access-Control-Allow-Origin: *.

healthsymptom-checkermedical-aitriagediagnostics
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score81out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/infermedica/"><img src="https://greatapis.com/badge/infermedica.svg" alt="Scored 81 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerApp-Key: <key>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Endpoints

concepts2
GET/v3/conceptsList all concepts
Parameters
NameInRequiredType
idsqueryno
typesqueryno
Responses
StatusDescriptionSchema
200OK
422Validation ErrorHTTPValidationError
GET/v3/concepts/{id}List filtered concepts
Parameters
NameInRequiredType
idpathyesstring
Responses
StatusDescriptionSchema
200OKConceptResponse
422Validation ErrorHTTPValidationError
conditions2
GET/v3/conditionsList all conditions
Parameters
NameInRequiredType
age.valuequeryyesinteger
age.unitquerynostring
enable_triage_3querynoboolean
Responses
StatusDescriptionSchema
200OK
422Validation ErrorHTTPValidationError
GET/v3/conditions/{id}Get condition by id
Parameters
NameInRequiredType
idpathyesstring
age.valuequeryyesinteger
age.unitquerynostring
enable_triage_3querynoboolean
Responses
StatusDescriptionSchema
200OKConditionResponse
422Validation ErrorHTTPValidationError
diagnosis1
POST/v3/diagnosisQuery diagnostic engine
Request body

application/jsonEngineAPIRequest (required)

Responses
StatusDescriptionSchema
200OKDiagnosisResponse
422Validation ErrorHTTPValidationError
explain1
POST/v3/explainQuery diagnostic engine for explanation
Request body

application/jsonExplainRequest (required)

Responses
StatusDescriptionSchema
200OKExplainResponse
422Validation ErrorHTTPValidationError
info1
GET/v3/infoGet information about API version and model
Responses
StatusDescriptionSchema
200OKInfoPublic
422Validation ErrorHTTPValidationError
intent survey1
POST/v3/interviews/feedbackSubmit Intent Survey Feedback
Request body

application/jsonInterviewFeedback (required)

Responses
StatusDescriptionSchema
200Successful ResponseInterviewsFeedbackEndpointResponse
422Validation ErrorHTTPValidationError
parse1
POST/v3/parseFind mentions of observations in given text
Request body

application/json

Responses
StatusDescriptionSchema
200OKParseResponse
422Validation ErrorHTTPValidationError
patient education1
GET/v3/patient_education/{condition_id}Get patient education document by id
Parameters
NameInRequiredType
condition_idpathyesstring
sectionsqueryno
Interview-Tokenheadernostring
Responses
StatusDescriptionSchema
200OKPatientEducationArticle
422Validation ErrorHTTPValidationError
rationale1
POST/v3/rationaleRationale diagnosis output
Request body

application/jsonEngineAPIRequest (required)

Responses
StatusDescriptionSchema
200OKRationaleResponse
422Validation ErrorHTTPValidationError
recommend specialist1
POST/v3/recommend_specialistQuery diagnostic engine for recommended specialist and consultation type
Request body

application/jsonEngineAPIRequest (required)

Responses
StatusDescriptionSchema
200OKRecommendSpecialist
422Validation ErrorHTTPValidationError
risk factors2
GET/v3/risk_factorsList all risk factors
Parameters
NameInRequiredType
age.valuequeryyesinteger
age.unitquerynostring
enable_triage_3querynoboolean
Responses
StatusDescriptionSchema
200OK
422Validation ErrorHTTPValidationError
GET/v3/risk_factors/{id}Get risk factor by id
Parameters
NameInRequiredType
idpathyesstring
age.valuequeryyesinteger
age.unitquerynostring
enable_triage_3querynoboolean
Responses
StatusDescriptionSchema
200OKRiskFactorResponse
422Validation ErrorHTTPValidationError
search1
GET/v3/searchSearch
Parameters
NameInRequiredType
phrasequeryyesstring
age.valuequeryyesinteger
typesquerynostring
age.unitquerynostring
sexqueryno
max_resultsquerynointeger
include_proquerynoboolean
Responses
StatusDescriptionSchema
200OK
422Validation ErrorHTTPValidationError
suggest1
POST/v3/suggestSuggests possible symptoms based on provided request
Parameters
NameInRequiredType
max_resultsquerynointeger
Request body

application/jsonSuggestRequest (required)

Responses
StatusDescriptionSchema
200OK
422Validation ErrorHTTPValidationError
symptoms2
GET/v3/symptomsList all symptoms
Parameters
NameInRequiredType
age.valuequeryyesinteger
age.unitquerynostring
enable_triage_3querynoboolean
Responses
StatusDescriptionSchema
200OK
422Validation ErrorHTTPValidationError
GET/v3/symptoms/{id}Get symptoms by id
Parameters
NameInRequiredType
idpathyesstring
age.valuequeryyesinteger
age.unitquerynostring
enable_triage_3querynoboolean
Responses
StatusDescriptionSchema
200OKSymptomResponse
422Validation ErrorHTTPValidationError
triage1
POST/v3/triageQuery diagnostic engine for triage level
Request body

application/jsonEngineAPIRequest (required)

Responses
StatusDescriptionSchema
200OKTriageResponse
422Validation ErrorHTTPValidationError

Try it

Developer reference

Base URLhttps://api.infermedica.com
Rate limit

Infermedica has no self-serve free tier: an approved trial account (business-use application required) gets 2,000 API calls or 60 days, whichever comes first; production/commercial plans require contacting sales for a quote, and paid plans return 403 once their monthly call allocation is exceeded.

Key endpoints
  • POST/v3/diagnosis
  • POST/v3/parse
  • POST/v3/triage
  • GET/v3/symptoms
  • GET/v3/conditions