Skip to main content
POST
/
v0
/
organizations
/
{organization_id}
/
photo
/
upload
curl --request POST \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/photo/upload' \
  --header "Authorization: Bearer $UNIFY_KEY"
  --header 'Content-Type: multipart/form-data' \

{}

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
integer
required

Body

file
string
required
curl --request POST \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/photo/upload' \
  --header "Authorization: Bearer $UNIFY_KEY"
  --header 'Content-Type: multipart/form-data' \

{}