Comparisons
Execute Comparison
Submit a comparison for execution. Returns a job ID you can use to monitor progress.
POST
string
required
Bearer token. Format:
Bearer <api-key>string
required
Your workspace UUID.
string
required
UUID of the comparison to execute.
string
If provided, the running job with this task ID is terminated before a new execution starts.
boolean
default:"false"
If
true, the job is placed at the front of the execution queue.integer
Translation iteration number. Used when executing as part of a translation workflow.
string
Translation run ID. Used when executing as part of a translation workflow.
string
Event key for tracking the execution in an agent workflow.
Response
string
Status message.
integer
The job ID. Use this to monitor progress via the Jobs API.
string
The background task ID assigned to this execution.