---
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.

## Changes

- **2024-11-05** (v2) `669c21c8934b` — 1 breaking
  - the request property `number` became required
- **2024-10-14** (v2) `c153448703e5` — 5 info
  - api operation id `fetchProfilePictureUrl` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Chat Controller` added
  - api tag `Chat` removed
  - …1 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 1 warning, 4 info
  - removed the request property `number`
  - api operation id `fetchProfilePictureUrl` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `Chat` added
  - …1 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/chat/fetchProfilePictureUrl/:instance/post.md)

---

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