Skip to main content
POST
Set group photo

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
groupJid
string
required

Group JID (<id>@g.us).

Example:

"120363012345678901@g.us"

image
string
required

Image as an http(s) URL or a data:image/jpeg;base64, / data:image/png;base64, data URI.

Example:

"https://example.com/group-photo.jpg"

Response

Success — provider-native response body.

Envelope returned for Set group photo. data is the new picture ID string returned by whatsmeow SetGroupPhoto.

message
string

Always "success" on HTTP 200.

data
string

Identifier of the newly set group picture.