---
title: "Send Fde Message"
method: POST
path: "/api/v1/fde/conversations/{conversation_id}/message"
tags: ["fde", "fde-messages"]
---

# Send Fde Message

`POST /api/v1/fde/conversations/{conversation_id}/message`

## Path parameters

- `conversation_id` string, uuid, required

## Request body

- FDEMessageCreate
  - `content` string, required
  - `disabled_tools` string[], nullable
  - `attachments` ChatAttachmentIn[], nullable
    - `s3_key` string, required
    - `filename` string, required
    - `content_type` 'image/png' | 'image/jpeg' | 'image/gif' | 'image/webp' | 'text/plain' | 'text/csv' | 'text/markdown' | 'application/json', required
    - `file_size` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
