Skip to main content
GET
/
api
/
{session}
/
chats
/
{chatId}
/
picture
Get conversation picture
curl --request GET \
  --url https://{host}/api/{session}/chats/{chatId}/picture \
  --header 'apikey: <api-key>'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt

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

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Path Parameters

session
string
required

Session name (instanceName)

chatId
string
required

Query Parameters

refresh
boolean
default:false

Refresh the picture from the server (24h cache by default). Do not refresh if not needed, you can get rate limit error

Response

200 - application/json
url
string
required