Skip to main content
POST
/
chat
/
fetchProfilePictureUrl
/
{instance}
Fetch Profile Picture URL
curl --request POST \
  --url https://{server-url}/chat/fetchProfilePictureUrl/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "number": "<string>"
}
'
{
  "wuid": "553198296801@s.whatsapp.net",
  "profilePictureUrl": "https://pps.whatsapp.net/v/t61.2..."
}

Documentation Index

Fetch the complete documentation index at: https://doc.evolution-api.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
number
string

Number to fetch profile picture URL

Response

200 - application/json

Ok

wuid
string

The WhatsApp User ID (WUID).

profilePictureUrl
string

URL of the user's profile picture.