Authorizations
API key for authentication
Headers
Professional ID responsible for processing the exams
Path Parameters
Unique exam ID
Response
Exam found successfully
Unique exam ID
Example:
"rnq71oedacu1ieqmpc80yu3x"
Processing status
Available options:
pending
, in-progress
, completed
, failed
Example:
"completed"
Exam metadata as sent in the request
Example:
{
"patient_id": "123456",
"exam_type": "blood_test"
}
Processed exam content with flexible structure. The schema varies by exam type and may include:
date
: Exam datetests
: Array with test resultsexam_type
: Type of exampatient_name
: Patient name- Other fields specific to the exam type