cURL
curl --request POST \ --url https://api.decodahealth.com/user/patient/{patient_id}/profile-picture \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --header 'TENANT: <tenant>' \ --form file='@example-file'
"<string>"
Upload or remove a profile picture for a patient. Pass no file or empty file to remove the profile picture.
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type string.
string