curl --request POST \
--url https://py-api.hobbo.ai/features/translation \
--header 'Content-Type: application/json' \
--data '
{
"input_text": "<string>",
"target_language": "<string>",
"translation_id": "<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 '
{
"input_text": "<string>",
"target_language": "<string>",
"translation_id": "<string>"
}
'{
"translated_text": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hobbo.ai/llms.txt
Use this file to discover all available pages before exploring further.