Intuitive and Efficient API Testing
Overview:
* Test APIs effortlessly in mere seconds.
* Access curated endpoints and predefined criteria for testing.
* Utilize the 'Diagnosis API' sample album to evaluate diagnosis accuracy.
* Send GET requests to retrieve possible health conditions based on diagnostic data.
Setup:
* Visit https://diagnosisapi.azurewebsites.net for the latest Diagnosis API version.
* Use 'DEMO_AuthenticationID' for demonstration purposes.
* Provide a list of symptoms and laboratory test results.
* Include the 'AuthenticationID' header with each request.
* All responses are in JSON format. POST requests accept JSON inputs (set 'Content-Type: application/json' header).
Authentication:
* The Diagnosis API authenticates requests using a custom HTTP header.
* After creating a trial account, you will receive a unique 'AuthenticationID'.
First Request:
* The core endpoint for medical diagnosis is `/api/DDxItems/`, which supports POST requests.
* Gather initial information to initiate the diagnostic process.
* Send a POST request to this endpoint with the provided symptoms and laboratory test results.
DDxHub is a concentrator that holds a lot of disease descriptions. It relies on the System knowledgebase to diagnose a health condition.
Differential diagnosis Hub is the System distinguishing of a particular disease or health condition from others.