Translate text
Translate text from a source language to a target language.
This endpoint requires authentication. Include your API key in the Authorization header.
Request Body
Supported targets: english, chinese, japanese, korean, vietnamese, thai, french,
spanish, german, russian, indonesian, malay, filipino, tamil, khmer, lao, and hindi.
Code Examples
curl -X POST https://api.valsea.ai/v1/translations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "valsea-translate",
"text": "Hello, world",
"target": "chinese"
}'