Bulk Create translations

This endpoint is used to add massive translations to avoid overloading the API

How to send translations

In order for the translation to be correctly created they must be sent as follows:

[
  {
    key: 'NEW_KEY',
    text: 'Key Text'
  },
  ...
]

📘

Bulk Create translations

  • the maximum number of translations that can be added is 1000.
Language
Authorization
Header
Click Try It! to start a request and see the response here!