English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/humanTranslate \ --header 'Content-Type: application/json' \ --data '{ "jobs": [ { "uid": "<string>" } ], "humanTranslateSettings": { "id": "<string>" }, "comment": "<string>", "glossaryId": "<string>", "usePreferredTranslators": true, "level": "STANDARD", "callbackUrl": "<string>" }'
{ "asyncRequest": { "id": "<string>", "createdBy": { "firstName": "<string>", "lastName": "<string>", "userName": "<string>", "email": "<string>", "role": "SYS_ADMIN", "id": "<string>", "uid": "<string>" }, "dateCreated": "2023-11-07T05:31:56Z", "action": "PRE_ANALYSE", "asyncResponse": { "dateCreated": "2023-11-07T05:31:56Z", "errorCode": "<string>", "errorDesc": "<string>", "errorDetails": [ { "code": "<string>", "args": {}, "message": "<string>" } ], "warnings": [ { "code": "<string>", "args": {}, "message": "<string>" } ], "acceptedSegmentsCount": 123 }, "parent": {}, "project": { "name": "<string>", "uid": "<string>" } } }
1 - 100
Show child attributes
STANDARD
PRO
successful operation
Was this page helpful?