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

# Translate

`POST /v1/translate`

## Request body

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

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

## Changes

- **2025-08-05** `5e0436ccb10d` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API

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

---

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