Get NLP Translation Free API Key in RapidAPI.
x-rapidapi-key: ********************
{
"from": "en",
"to": "de",
"json": "{\"text\":\"INTRODUCTION\",\"parent\":null,\"tags\":[],\"list\":[{\"text\":\"Study Assumptions\",\"parent\":null,\"tags\":[],\"list\":[],\"location\":\"0_0\"},{\"text\":\"Scope of the Study\",\"parent\":null,\"tags\":[],\"list\":[],\"location\":\"0_1\"}],\"location\":\"0\"}"
}
curl --location --request POST 'https://nlp-translation.p.rapidapi.com/v1/jsontranslate' \
--header 'x-rapidapi-host: nlp-translation.p.rapidapi.com' \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-key;' \
--data-raw '{
"from": "en",
"to": "de",
"json": "{\"text\":\"INTRODUCTION\",\"parent\":null,\"tags\":[],\"list\":[{\"text\":\"Study Assumptions\",\"parent\":null,\"tags\":[],\"list\":[],\"location\":\"0_0\"},{\"text\":\"Scope of the Study\",\"parent\":null,\"tags\":[],\"list\":[],\"location\":\"0_1\"}],\"location\":\"0\"}"
}'
{
"status": 200,
"from": "en",
"to": "de",
"original_json": "{\"text\":\"INTRODUCTION\",\"parent\":null,\"tags\":[],\"list\":[{\"text\":\"Study Assumptions\",\"parent\":null,\"tags\":[],\"list\":[],\"location\":\"0_0\"},{\"text\":\"Scope of the Study\",\"parent\":null,\"tags\":[],\"list\":[],\"location\":\"0_1\"}],\"location\":\"0\"}",
"protected_keys": "",
"protected_words": "",
"translated_json": {
"de": "{\"text\":\"EINFÜHRUNG\",\"parent\":null,\"list\":[{\"text\":\"Studienannahmen\",\"parent\":null,\"location\":\"0_0\",\"tags\":[null],\"list\":[null]},{\"text\":\"Umfang der Studie\",\"parent\":null,\"location\":\"0_1\",\"tags\":[null],\"list\":[null]}],\"location\":\"0\",\"tags\":[null]}"
},
"translated_characters": 232
}