Mint a presigned upload URL for a patient's ID image
POST/telehealth/patients/:patientReferenceId/identity-documents/upload-url
Returns a short-lived presigned PUT the provider uploads one of the patient's ID images to (the bytes go straight to object storage, never through this API), plus the documentId to reference on consultation create. contentType must be one of the allowed image/PDF types, else 415. The document is reusable across the patient's consultations.
Request
Responses
- 200
- 401
- 403
- 415
- 500
Successful response
Missing or invalid API key.
The provider exists but is not active.
The requested upload contentType is not in the allowed set.
An unexpected error occurred. payload.id is a correlation id for support.