English
cURL
curl --request GET \ --url https://apim.doctorassistant.ai/api/sandbox/specialties \ --header 'x-daai-api-key: <api-key>'
{ "specialties": { "generic": { "title": "Generalist", "content": { "patientInformation": { "index": 0, "title": "Patient information", "content": { "name": { "title": "Name", "content": [] }, "age": { "title": "Age", "content": [] } } } } }, "psychiatry": { "title": "Psychiatry", "content": { "patientInformation": { "index": 0, "title": "Patient information", "content": { "name": { "title": "Name", "content": [] }, "age": { "title": "Age", "content": [] } } } } } } }
Returns the list of all available specialties with their respective report templates.
API key for authentication
List of available specialties and their content templates
Dictionary of specialties, where each key is the specialty identifier
Show child attributes