curl --location 'https://api.aboai.ai/v1/translate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "cloud-translate-text",
"targetLanguageCode": "en",
"contents": [
"你电话号码好多?"
],
"mimeType": "text/plain"
}'{
"translatedTexts": [
"Do you have a lot of phone numbers?"
],
"detectedSourceLanguage": "zh",
"characterCount": 8,
"model": "projects/ope-aiteam-hk-05/locations/us-central1/models/general/translation-llm"
}