---
title: "Create new translation in a survey"
method: POST
path: "/v3/translation"
tags: ["translation", "v3"]
---

# Create new translation in a survey

`POST /v3/translation`

## Request body

- Model114
  - `survey_id` number, required — Survey ID
  - `language_codes` string[], required — Array of language codes
  - `google_translate` boolean — Translate using Google Translate

## Response `200`

Successful

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `404` — Not Found

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
