Add transcription

Upload an existing transcription for professional editing, caption formatting, translation, etc

Prerequisites

  • Job must be created but not started
  • Job profile must allow custom transcription uploads
  • Transcription must be in plain text or SRT format

Upload Methods

Choose one of:

  1. Direct Text:

    • Use transcription_text parameter
    • Provide complete transcription text
  2. URL Reference:

    • Use transcription_url parameter
    • URL must be publicly GET-accessible
    • Must return plain text or SRT content and correct Content-Type HTTP header

Important Notes

  • Available for jobs with certain profiles only
  • Cannot use both upload methods simultaneously
  • Supports both plain text and SRT formats
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
required

API version. Current version is 4. Older versions are supported but deprecated.

integer
required

Job ID (as received after calling POST /job/new)

Body Params
string
required
Defaults to null

The text of the transcription. Either this parameter or transcription_url,
but not both, should be present.

string
Defaults to null

URL to fetch the transcription. URL should be accessible for simple GET request without
any authorization, and return text/plain content type.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json