---
title: "Adds terms to project."
method: POST
path: "/terms/add"
tags: ["Terms"]
---

# Adds terms to project.

`POST /terms/add`

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

## Response `200`

OK

- TermAddedResponse
  - `response` object
    - `status` string
    - `code` string
    - `message` string
  - `result` TermsShortAdded
    - `terms` object
      - `parsed` integer
      - `added` integer

---

[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)
