United States
cURL
curl --request POST \ --url https://us.api.aiosmedical.com/external/v1/prescriptions/verify-evidence \ --header 'Content-Type: multipart/form-data' \ --form 'userId=<string>' \ --form 'medicationName=<string>' \ --form 'medicationDosage=<string>' \ --form file='@example-file'
{ "success": true, "data": { "patientName": { "value": "valid", "confidence": "high" }, "medicationName": { "value": "valid", "confidence": "high" }, "medicationDosage": { "value": "valid", "confidence": "high" }, "medicationDate": { "value": "valid", "confidence": "high" }, "pharmacyName": { "value": "valid", "confidence": "high" } }, "confidence": "high", "note": "This prescription evidence is valid. Document matches the name on the prescription." }
Verifies if a prescription evidence is valid
The ID of the user
The name of the medication
The dosage of the medication
The prescription evidence file
Prescription signature verified
true
Show child attributes
"valid"
"high"
"This prescription evidence is valid. Document matches the name on the prescription."