---
title: "Fetch Profile Picture URL"
method: POST
path: "/chat/fetchProfilePictureUrl/{instance}"
tags: ["Chat Controller"]
---

# Fetch Profile Picture URL

`POST /chat/fetchProfilePictureUrl/{instance}`

Fetch Profile Picture URL

## Path parameters

- `instance` string, required

## Request body

- object
  - `number` string, required — Number to fetch profile picture URL: {{remoteJid}}

## Response `200`

Ok

- object
  - `wuid` string — The WhatsApp User ID (WUID).
  - `profilePictureUrl` string — URL of the user's profile picture.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
