---
title: "Creates a new language combination for a given project without creating a task."
method: POST
path: "/projects/{projectId}/languageCombinations"
tags: ["Projects (Classic)"]
---

# Creates a new language combination for a given project without creating a task.

`POST /projects/{projectId}/languageCombinations`

Creates a new language combination for a given project without creating a task.

## Path parameters

- `projectId` string, required

## Request body

- CommonLanguageCombinationDTO — language combination (ie. PL -> EN)
  - `sourceLanguageId` integer
  - `targetLanguageId` integer

## Response `default`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/0c24935a3319/schema)
