---
title: "Creates a new global text entry."
method: POST
path: "/global-text"
tags: ["GlobalText"]
---

# Creates a new global text entry.

`POST /global-text`

## Request body

- CreateGlobalTextEndpointInput
  - `key` string, required — The human-readable key used to look up the text from translations.
  - `englishText` string, required — The English source text that all translations derive from.

## Response `200`

OK

- CreateGlobalTextEndpointOutput
  - `globalTextId` string, required — The unique identifier of the created global text entry.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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