lokalise_create_keys
Add new UI text or content for translation in Lokalise projects. Create up to 1000 translation keys per request with platforms, descriptions, tags, and initial translations.
Instructions
Adds new UI text or content to be translated (up to 1000 keys per request). Required: projectId, keys array with {key_name, platforms}. Optional per key: description, tags, translations. Use for new features, initial setup, or content expansion. Returns: Created keys with IDs and any errors. Tip: Include base language translations to speed up workflow. Pairs with: lokalise_list_keys to verify.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to create keys in | |
| keys | Yes | Array of key objects to create (1-1000 keys) |