---
title: "Send Verification Embed"
method: POST
path: "/dashboard/bot/settings/{guild_id}/verification/embed"
tags: ["dashboard"]
---

# Send Verification Embed

`POST /dashboard/bot/settings/{guild_id}/verification/embed`

Ask the bot to post the verification message into a channel.

Moved here from discord_bot.py alongside the rest of the module, so verification has one
router rather than settings in one file and this in another.

## Path parameters

- `guild_id` integer, required

## Request body

- SendEmbedBody
  - `channel` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
