09-05-2023 10:58 PM
{
"from": "en",
"to": "de",
"text": [
"Welcome to eBay"
],
"translationContext": "ITEM_TITLE"
}
when we call this request but in response the translated text not return. why ?
11-07-2023 06:21 AM
Hi @shritiap-0
We executed the translate call and call is returning the valid response for the above request:
{
"from": "en",
"to": "de",
"translations": [
{
"originalText": "Welcome to eBay",
"translatedText": "Willkommen bei eBay"
}
]
}
Please make sure to use the correct request access token, request headers and endpoint when executing the call.
For more details, have a look on Making a REST call