Body
application/json
Review Text for translation
Response
Translated successfully
Text of the review
curl --request POST \
--url https://py-api.hobbo.ai/features/translation \
--header 'Content-Type: application/json' \
--data '{
"translation_id": "<string>",
"input_text": "<string>",
"target_language": "<string>"
}'
{
"translated_text": "<string>"
}
Translate content of the review
curl --request POST \
--url https://py-api.hobbo.ai/features/translation \
--header 'Content-Type: application/json' \
--data '{
"translation_id": "<string>",
"input_text": "<string>",
"target_language": "<string>"
}'
{
"translated_text": "<string>"
}
Review Text for translation
Translated successfully
Text of the review