---
title: "Translate"
method: POST
path: "/v1/translate"
---

# Translate

`POST /v1/translate`

## Request body

- BodyTranslateV1TranslatePost
  - `text` string, required
  - `source` 'yo' | 'en' | 'ha' | 'ig' | 'am', required
  - `target` 'yo' | 'en' | 'ha' | 'ig' | 'am', required

## Response `200`

Successful Response

- Translation
  - `request_id` string, required
  - `text` string

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-17** `d71f3e71d5b7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spi-tch/apis/spitch-api-2/changes/v1/translate/post.md)

---

[API](https://skmtc.dev/spi-tch/apis/spitch-api-2.md) · [All operations](https://skmtc.dev/spi-tch/apis/spitch-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spi-tch/spitch-api-2/revisions/d71f3e71d5b7/schema)
