AI translate text
Testing
POST
https://app-dev.jollor.com/api/public/v1/projects/{project_id}/translate
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app-dev.jollor.com/api/public/v1/projects//translate' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"out_lang_code": "string"
}'
Response Response Example
"nostrud cillum est dolore in"
Request
Path Params
project_id
string
required
Body Params application/json
Responses
Modified at 2024-07-05 08:03:13