---
title: "📷 Send Image"
method: POST
path: "/send-message/image"
---

# 📷 Send Image

`POST /send-message/image`

The Send Image endpoint lets users send image files directly to WhatsApp users. Whether it's product photos, promotional banners, memes, or personal photos, this feature supports media-rich communication. Developers can specify the image format and size, ensuring high-quality content delivery. This is especially useful for e-commerce businesses, media companies, and customer support teams that need to share visual information with customers or clients.

## Request body

- object
  - `contact_id` string, required — The contact id
  - `caption` string, required
  - `file` object, required
    - `mimeType` string, required — Mime type of the image
    - `filename` string, required — The filename of the image.
    - `url` string — The url of the image

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `status` string
    - `message` object
      - `caption` string
      - `image` string
      - `details` object
        - `mimetype` string
        - `height` integer
        - `width` integer
        - `mediaKey` string
        - `fileSha256` string
        - `timestamp` string
    - `timestamp` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live.md) · [All operations](https://skmtc.net/crunchz/apis/live/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live/versions/14e6b45e8808/schema)
