Skip to main content
POST
Start Job

Overview

Start transcription for a job in CREATED status. Returns 202 Accepted while validation and queueing run in the background. Creating a job does not start processing — you must call this endpoint.

Authentication

Path Parameters

string
required
Job ID returned by Create Job.

Example cURL

Response

Success (202)

Error responses

409 Already started

Use Cases

  • Kicking off transcription after files are uploaded
  • Starting a public-URL job after create (URL validation happens at start)
Next: poll Get Job Status every 10 seconds (30 seconds for 100+ file jobs) until a terminal status.

Authorizations

X-API-Key-ID
string
header
required

Your Gnani Prisma v2.5 API key

Path Parameters

job_id
string
default:019fa854-1db0-7e45-a026-7a6b09ff6d7c
required

Job ID returned by Create Job. Paste the UUID from the Create Job response.

Response

Accepted

The response is of type object.