Skip to main content
GET
cURL
Fetch a single project’s status and (if ready) its transcription text. Use this to poll for completion — see Lifecycle & Polling.

Request

Examples

Response

The response shape depends on the project’s state.

When state is done

The done shape does not include the state field. If you’re branching on state, also check for the presence of text to confirm completion.

When state is upload or transcription

Errors

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

The ID of the project to retrieve

Query Parameters

showTimecode
boolean
default:false

Show Timecode on content

showSpeaker
boolean
default:false

Show Speaker name on content

showTranscription
boolean
default:true

Show Transcription word by word

Response

Project detail. Shape depends on state.

Returned when state is 'done'

id
string<uuid>
name
string
youtubeId
string
language
string
Example:

"en"

text
string

Paragraphs joined by \n\n. Includes timecodes/speakers if requested.