---
title: "Automatically translates project terms using a machine translation provider (Google, Microsoft, or DeepL)."
method: POST
path: "/translations/automatic"
tags: ["Translations"]
---

# Automatically translates project terms using a machine translation provider (Google, Microsoft, or DeepL).

`POST /translations/automatic`

Add Translations. More details in the [documentation](https://poeditor.com/docs/api#translations_automatic).

## Response `200`

OK

- TranslationAutomatedResponse
  - `response` object
    - `status` string
    - `code` string
    - `message` string
  - `result` TranslationsShortAutomated
    - `successful` object[]
      - `source` string
      - `target` string
      - `chars` integer
    - `failed` object[]
      - `source` string
      - `target` string
      - `message` string

---

[API](https://skmtc.dev/poeditor/apis/api-v2.md) · [All operations](https://skmtc.dev/poeditor/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poeditor/api-v2/revisions/a063e4fc5b96/schema)
