Uplevel Job

Request that orders Second Pass to be applied to a First Pass or Mechanical Job. The New Job ID will be returned upon completion

HTTP Method

GET /api/job/uplevel

Query String Parameters - Required

Name

Details

api_token

Description

The API token used for this session

Allowed Values

Hex String

Example

api_token=7ca5dc5c7cce449fb0fff719307e8f5f

job_id

Description

The ID of the job

Allowed Values

Hex String

Example

job_id=64bea283eff6475ea6596027a6ba0929

Query String Parameters - Optional

Name

Details

speaker_id

Overrides account setting for choosing speaker_id workflow.

Allowed Values

“yes” or “no”

Example

speaker_id=yes

priority

Overrides the original Job’s priority

Allowed Values

STANDARD, CRITICAL, PRIORITY, HIGH, ECONOMY

Example

priority=CRITICAL

timing

Overrides account setting for choosing timing workflow.

Allowed Values

“yes” or “no”

Example

timing=no

requestor

Adds Requestor ID or Name to the job metadata

Allowed Values

URL Encoded String

Example

requestor=batman999

reference

Adds Batch/Order Reference ID to the job metdata

Allowed Values

URL Encoded String

Example

reference=ea3cea0e6d5f4e1f9cc43d30781ee302

caption_import_as_fp

Boolean value for upleveling caption import workflow as first pass (default value is False)

Allowed Values

yes, true, t, no, false, f

Example

caption_import_as_fp=t

Example Requests

GET /api/job/perform_transcription?v=1
&api_token=7ca5dc5c7cce449fb0fff719307e8f5f
&job_id=64bea283eff6475ea6596027a6ba0929
Host: api.cielo24.com

Example Response

HTTP/1.1 201 CREATED
Content-Type: application/json

{"upleveled_job_id": "e79fe9efa9294cdeb14ee586248a557c", "upleveled_workflow": "MechFP 2nd Pass Only"}