Askara.ai open API
Askara API (1.0.0)
Languages
Servers
Production
https://api.askara.ai/
- Productionhttps://api.askara.ai/documents
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/documents?page=1&itemsPerPage=20&order%5Buuid%5D=asc&order%5BcreatedAt%5D=asc&order%5BupdatedAt%5D=asc&order%5BverifiedAt%5D=asc&order%5BsentAt%5D=asc&order%5Buser%5D=asc&order%5Bpatient%5D=asc&expand%5B%5D=user.read&search=string&synchronized=true&uuid=string&uuid%5B%5D=string&user.email=string&user.email%5B%5D=string&patient.email=string&patient.email%5B%5D=string&type=string&type%5B%5D=string&pdf=string&pdf%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&encounteredAt%5Bbetween%5D=string&encounteredAt%5Bgt%5D=string&encounteredAt%5Bgte%5D=string&encounteredAt%5Blt%5D=string&encounteredAt%5Blte%5D=string&exists%5BencounteredAt%5D=true&user.uuid=string&user.uuid%5B%5D=string&patient.uuid=string&patient.uuid%5B%5D=string&isAnonymized=true'Response
[ { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "encounteredAt": "2019-08-24T14:15:22Z", "user": "123e4567-e89b-12d3-a456-426614174000", "patient": "123e4567-e89b-12d3-a456-426614174000", "type": "operative_report", "pdf": "123e4567-e89b-12d3-a456-426614174000", "isAnonymized": false } ]
- Productionhttps://api.askara.ai/documents/{uuid}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.askara.ai/documents/{uuid}'Document resource
- application/json
- application/ld+json
- multipart/form-data
audioAudio-document.read_document.read_integrations_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list (object) or null
Any of:
object Audio-document.read_document.read_integrations_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list Recursive
Document type.
Enum"operative_report""referral_letter""cone_beam_report""patient_letter""prescription""initial_medical_certificate""attendance_certificate""contraindication_certificate""lab_slip""endo_report"
pdfPdf-document.read_document.read_integrations_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list (object) or null
Any of:
object Pdf-document.read_document.read_integrations_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list Recursive
Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "encounteredAt": "2019-08-24T14:15:22Z", "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" }, "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" }, "audio": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "patient": { … }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "archivedAt": "2019-08-24T14:15:22Z", "audioWorkflowStepV3": "audio_recording" }, "type": "operative_report", "pdf": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "name": "string", "size": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "url": "string", "fileName": "string" }, "isAnonymized": false }
- Productionhttps://api.askara.ai/documents/{uuid}/status
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.askara.ai/documents/{uuid}/status' \
-H 'Content-Type: application/json' \
-d '{
"success": true,
"error": "string"
}'Document resource created
- application/json
- application/ld+json
- multipart/form-data
audioAudio-document.read_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list (object) or null
Any of:
object Audio-document.read_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list Recursive
Document type.
Enum"operative_report""referral_letter""cone_beam_report""patient_letter""prescription""initial_medical_certificate""attendance_certificate""contraindication_certificate""lab_slip""endo_report"
pdfPdf-document.read_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list (object) or null
Any of:
object Pdf-document.read_document.read_patient_patient.list_user.list_document.read_pdf_pdf.list_document.read_emails_email.list_email_tag.list_document.read_audio_audio.list Recursive
Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "encounteredAt": "2019-08-24T14:15:22Z", "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" }, "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" }, "audio": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "patient": { … }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "archivedAt": "2019-08-24T14:15:22Z", "audioWorkflowStepV3": "audio_recording" }, "type": "operative_report", "pdf": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "name": "string", "size": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "url": "string", "fileName": "string" }, "isAnonymized": false }