---
title: "Send Message"
method: POST
path: "/v1/ask-feather/sessions/{session_id}/messages"
tags: ["ask-feather"]
---

# Send Message

`POST /v1/ask-feather/sessions/{session_id}/messages`

## Path parameters

- `session_id` string, uuid, required

## Request body

- SrcAskFeatherSchemasSendMessageRequest
  - `content` string, required
  - `workflow` string, nullable

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/888bdd5c076e/schema)
