URL: /segments/remote_auto_trans
Post Data: session_id, target_id, email_user

session_id

The unique key returned in the initial login call.

target_id

The target id returned as uploading the PDF using remote_upload

email_user

When True, the remove server will send an email once the translation is complete.

Returns

On success, a JSON structure containing progress information.
On failure the HTTP status code will be set to something other than 200.

The JSON structure will contain amongst other things, the following fields:

task_id

The unique id of the task which corresponds to a separate thread on the server. Use this id to obtain status information about the task via the remote_task_status call.