Skip to main content
POST
/
chat
/
updateProfilePicture
/
{instance}
Update Profile Picture
curl --request POST \
  --url https://converso-whatsapp-api.p.rapidapi.com/chat/updateProfilePicture/{instance} \
  --header 'Content-Type: application/json' \
  --header 'instanceCode: <api-key>' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '
{
  "picture": "<string>"
}
'
This response has no body data.

Authorizations

instanceCode
string
header
required

Your authorization key header

x-rapidapi-key
string
header
required

Your rapid api key

Path Parameters

instance
string
required

Name instance

Body

application/json
picture
string
required

New spicture URL

Response

200 - undefined