Skip to main content
POST
/
user
/
patient
/
{patient_id}
/
profile-picture
Upload Patient Profile Picture
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>"

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

patient_id
string
required

Body

multipart/form-data
file
file

Response

Successful Response

The response is of type string.