Translation
Translate dictionary values
Translate string values in a dictionary. Useful for translating structured content like landing page data.
post/api/v1/translation/dict
Request body
Example request
{
"data": {
"buttons": {
"cancel": "Cancel",
"submit": "Submit"
},
"description": "The best platform for your needs",
"title": "Welcome to our site"
},
"fieldsToTranslate": [
"title",
"description"
],
"sourceLang": "EN",
"targetLang": "UK"
}Response
Request completed successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.