Askara.ai open API
Askara API (1.0.0)
Languages
Servers
Production
https://api.askara.ai/
- Productionhttps://api.askara.ai/audios
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/audios?page=1&itemsPerPage=20&expand%5B%5D=patient.read&order%5Buuid%5D=asc&order%5Bpatient%5D=asc&order%5BcreatedAt%5D=asc&order%5BupdatedAt%5D=asc&order%5BarchivedAt%5D=asc&search=string&exists%5BarchivedAt%5D=true&uuid=string&uuid%5B%5D=string&patient=string&patient%5B%5D=string&documents=string&documents%5B%5D=string&user=string&user%5B%5D=string&languageSpoken=string&languageSpoken%5B%5D=string&summary=string&summary%5B%5D=string&createdAt%5Bbetween%5D=string&createdAt%5Bgt%5D=string&createdAt%5Bgte%5D=string&createdAt%5Blt%5D=string&createdAt%5Blte%5D=string&updatedAt%5Bbetween%5D=string&updatedAt%5Bgt%5D=string&updatedAt%5Bgte%5D=string&updatedAt%5Blt%5D=string&updatedAt%5Blte%5D=string&archivedAt%5Bbetween%5D=string&archivedAt%5Bgt%5D=string&archivedAt%5Bgte%5D=string&archivedAt%5Blt%5D=string&archivedAt%5Blte%5D=string'Response
[ { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "patient": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "archivedAt": "2019-08-24T14:15:22Z", "user": { … }, "audioWorkflowStepV3": "audio_recording" } ]
- Productionhttps://api.askara.ai/audios/{uuid}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/audios/{uuid}'Audio resource
- application/json
- application/ld+json
- multipart/form-data
patientPatient-audio.read_audio.read_user_user.list_audio.read_images_image.list_patient.list_audio.read_documents_document.read_document.read_pdf_pdf.list (object) or null
Any of:
object Patient-audio.read_audio.read_user_user.list_audio.read_images_image.list_patient.list_audio.read_documents_document.read_document.read_pdf_pdf.list Recursive
userUser-audio.read_audio.read_user_user.list_audio.read_images_image.list_patient.list_audio.read_documents_document.read_document.read_pdf_pdf.list (object) or null
Any of:
object User-audio.read_audio.read_user_user.list_audio.read_images_image.list_patient.list_audio.read_documents_document.read_document.read_pdf_pdf.list Recursive
Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "patient": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "firstName": "string", "lastName": "string", "languageSpoken": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "synchronizedAt": "2019-08-24T14:15:22Z", "dateOfBirth": "2019-08-24T14:15:22Z", "gender": "female", "visibilityOption": "shared", "email": "user@example.com", "phone": "+33757590893", "anonymousCode": "string" }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "archivedAt": "2019-08-24T14:15:22Z", "documents": [ { … } ], "images": [ { … } ], "user": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "email": "user@example.com", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "firstName": "string", "lastName": "string", "gender": "female", "phone": "+33757590893", "rpps": "10101748050", "am": "394003552" }, "languageSpoken": "fr", "summary": "string", "mediaRecorderType": "string", "audioWorkflowStepV3": "audio_recording" }