---
title: "Recieve Text Processor"
method: POST
path: "/v1/send-text"
---

# Recieve Text Processor

`POST /v1/send-text`

Process text input and return a response.

## Headers

- `X-API-Key` string, required

## Request body

- TextProcessorRequest — Pydantic model for text processor request body
  - `redis_key` string, required — redis key for conversation history
  - `test_case_id` string, required — ID of the test case
  - `response_format` 'chirp' | 'text' — response format

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
