---
title: "Send a media message"
method: POST
path: "/send/media"
tags: ["Send Message"]
---

# Send a media message

`POST /send/media`

Send a media message

## Request body

- GithubComEvolutionAPIEvolutionGoPkgSendMessageServiceMediaStruct
  - `caption` string
  - `delay` integer
  - `filename` string
  - `formatJid` boolean
  - `forwardingScore` integer
  - `id` string
  - `mentionAll` boolean
  - `mentionedJid` string[]
  - `number` string
  - `quoted` GithubComEvolutionAPIEvolutionGoPkgSendMessageServiceQuotedStruct
    - `messageId` string
    - `participant` string
  - `type` string
  - `url` string

## Response `200`

success

- GinH

## Other responses

- `400` — Error on validation
- `500` — Internal server error

---

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