Askara API (1.0.0)
Askara.ai open API
Languages
Servers
Production
https://api.askara.ai/
- Production
https://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%5Bid%5D=asc&order%5Buuid%5D=asc&order%5BcreatedAt%5D=asc&order%5BupdatedAt%5D=asc&order%5BencounteredAt%5D=asc&order%5BdataDeletedAt%5D=asc&order%5BverifiedAt%5D=asc&order%5BsentAt%5D=asc&order%5BgenerateStartedAt%5D=asc&order%5BgenerateEndedAt%5D=asc&order%5Btranscription%5D=asc&order%5BgenerateError%5D=asc&order%5BgenerationDuration%5D=asc&order%5BoriginalText%5D=asc&order%5Btext%5D=asc&order%5Bgenerator%5D=asc&order%5BgeneratorModel%5D=asc&order%5BgeneratorTopP%5D=asc&order%5BgeneratorTemperature%5D=asc&order%5BgeneratorScoring%5D=asc&order%5Btype%5D=asc&order%5BisAnonymized%5D=asc&expand%5B%5D=document.read_user&search=string&id=0&id%5B%5D=0&uuid=string&uuid%5B%5D=string&user.email=string&user.email%5B%5D=string&user.uuid=string&user.uuid%5B%5D=string&userSession=string&userSession%5B%5D=string&patient.email=string&patient.email%5B%5D=string&patient.uuid=string&patient.uuid%5B%5D=string&transcription=string&generateError=string&originalText=string&text=string&generator=string&generator%5B%5D=string&generatorModel=string&generatorModel%5B%5D=string&audio=string&audio%5B%5D=string&type=string&type%5B%5D=string&pdf=string&pdf%5B%5D=string&isAnonymized=true&isAnonymized%5B%5D=true&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&dataDeletedAt%5Bbetween%5D=string&dataDeletedAt%5Bgt%5D=string&dataDeletedAt%5Bgte%5D=string&dataDeletedAt%5Blt%5D=string&dataDeletedAt%5Blte%5D=string&verifiedAt%5Bbetween%5D=string&verifiedAt%5Bgt%5D=string&verifiedAt%5Bgte%5D=string&verifiedAt%5Blt%5D=string&verifiedAt%5Blte%5D=string&sentAt%5Bbetween%5D=string&sentAt%5Bgt%5D=string&sentAt%5Bgte%5D=string&sentAt%5Blt%5D=string&sentAt%5Blte%5D=string&generateStartedAt%5Bbetween%5D=string&generateStartedAt%5Bgt%5D=string&generateStartedAt%5Bgte%5D=string&generateStartedAt%5Blt%5D=string&generateStartedAt%5Blte%5D=string&generateEndedAt%5Bbetween%5D=string&generateEndedAt%5Bgt%5D=string&generateEndedAt%5Bgte%5D=string&generateEndedAt%5Blt%5D=string&generateEndedAt%5Blte%5D=string&generationDuration%5Bbetween%5D=string&generationDuration%5Bgt%5D=string&generationDuration%5Bgte%5D=string&generationDuration%5Blt%5D=string&generationDuration%5Blte%5D=string&generatorTopP%5Bbetween%5D=string&generatorTopP%5Bgt%5D=string&generatorTopP%5Bgte%5D=string&generatorTopP%5Blt%5D=string&generatorTopP%5Blte%5D=string&generatorTemperature%5Bbetween%5D=string&generatorTemperature%5Bgt%5D=string&generatorTemperature%5Bgte%5D=string&generatorTemperature%5Blt%5D=string&generatorTemperature%5Blte%5D=string&generatorScoring%5Bbetween%5D=string&generatorScoring%5Bgt%5D=string&generatorScoring%5Bgte%5D=string&generatorScoring%5Blt%5D=string&generatorScoring%5Blte%5D=string'
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", "verifiedAt": "2019-08-24T14:15:22Z", "user": "https://example.com/", "patient": "https://example.com/", "generationDuration": 0, "type": "operative_report", "pdf": { … }, "isAnonymized": false } ]
- Production
https://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
userobject(User-document.read_document.read_integrations_document.read_patient_document.read_user_document.read_pdf_pdf.list)
Document author.
patientobject(Patient-document.read_document.read_integrations_document.read_patient_document.read_user_document.read_pdf_pdf.list)
Document patient.
Document type.
Enum"operative_report""referral_letter""cone_beam_report""patient_letter""prescription""initial_medical_certificate""attendance_certificate""contraindication_certificate""lab_slip""endo_report"
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", "verifiedAt": "2019-08-24T14:15:22Z", "generateStartedAt": "2019-08-24T14:15:22Z", "generateEndedAt": "2019-08-24T14:15:22Z", "user": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "email": "user@example.com", "firstName": "string", "lastName": "string", "isVerified": false, "phone": "+33757590893", "rpps": "10101748050", "am": "394003552" }, "patient": { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "firstName": "string", "lastName": "string", "languageSpoken": "string", "dateOfBirth": "2019-08-24T14:15:22Z", "gender": "unknown", "externalId": "string", "externalCreatedAt": "2019-08-24T14:15:22Z", "email": "user@example.com", "phone": "+33757590893", "anonymousCode": "string", "externalSource": "string" }, "generationDuration": 0, "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 }