---
title: "Creates a translation resource"
method: POST
path: "/translations"
tags: ["translations"]
---

# Creates a translation resource

`POST /translations`

Creates a new translation resource

## Request body

- CreateTranslationResourceType — Necessary information to create a translation resource
  - `name` string — The name of the translation resource
  - `url` string — The URL of the translation resource. At the moment, google drive spreasheets are supported.
  - `metadata` string — Optional metadata, specific to the individual resource. In the case of google spreadsheets, if a spreadsheet has a single sheet, metadata can be left empty. Otherwise it must specify the name of a sheet in the spreadsheet.

## Response `201`

The translation resource was created successfully

- PopulatedTranslationResourceType — Necessary information to create a translation resource
  - `name` string, required — The name of the translation resource
  - `url` string, required — The URL of the translation resource. At the moment, google drive spreasheets are supported.
  - `metadata` string — Optional metadata, specific to the individual resource. In the case of google spreadsheets, if a spreadsheet has a single sheet, metadata can be left empty. Otherwise it must specify the name of a sheet in the spreadsheet.
  - `id` string, required — System wide unique identifier of the entity

## Other responses

- `400` — Malformed request
- `409` — Conflict
- `default` — Unexpected error

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
