Skip to main content
POST
/
profile
/
update-image
Update profile image
curl --request POST \
  --url https://api.cleartalk.ai/profile/update-image \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form profile_picture='@example-file'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

multipart/form-data
profile_picture
file
required

Profile picture file (image)

Response

Profile image updated successfully