---
title: "🎬 Send Video"
method: POST
path: "/send-message/video"
---

# 🎬 Send Video

`POST /send-message/video`

The Send Video endpoint allows for sending video content directly to WhatsApp users. Whether it’s product demos, customer support videos, tutorials, or event coverage, this feature lets businesses and developers share rich video content with their users. By supporting a variety of video formats, the API allows for seamless sharing of short clips or longer video presentations, perfect for marketing campaigns, customer service, or entertainment-based applications.

## Request body

- object
  - `contact_id` string, required — The contact id
  - `videoUrl` string, required — The video url ( the video must be .mp4 extension )
  - `caption` string — The caption of the message

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `status` string
    - `message` object
      - `url` string
      - `mimetype` string
      - `fileSha256` string
      - `fileLength` string
      - `mediaKey` string
      - `caption` string
      - `fileEncSha256` string
      - `directPath` string
      - `mediaKeyTimestamp` string
      - `jpegThumbnail` 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)
