POST
/
v2
/
projects

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
video_id
string
required

Uploaded media ID with video kind

name
string | null

Optional project name (will be autogenerated if empty)

src_lang
string | null

Optional source language (will be defined automatically if empty). The source language must be defined without the dialect, for example en instead of en-us. See the list of source languages available.

dst_lang
string
required

Destination language

num_speakers
integer | null

Optional number of speakers (will be defined automatically if empty)

transcript_id
string | null

Optional ID of uploaded transcription

Response

200 - application/json
id
string
required

Project ID

name
string
required

Project name

source_type
enum<string>
required

Source of uploaded content

Available options:
youtube,
gdrive,
vimeo,
s3,
local,
any
status
enum<string> | null

Current project status

Available options:
created,
uploading,
uploaded,
upload_failed,
transcription_started,
transcription_done,
transcription_failed,
transcribe_segments_started,
transcribe_segments_done,
transcribe_segments_failed,
separate_background_started,
separate_background_done,
separate_background_failed,
determine_speakers_started,
determine_speakers_done,
determine_speakers_failed,
voice_suggest_started,
voice_suggest_done,
voice_suggest_failed,
translation_started,
translation_done,
translation_failed,
voice_update_started,
voice_update_done,
voice_update_failed,
transcript_edited,
voice_edited,
voiceover_started,
voiceover_done,
voiceover_failed,
merging_started,
merging_done,
merging_failed,
failed,
no_audio,
no_words,
forbidden_link
status_updated_at
string | null

Date and time of the last project status update

created_at
string
required

Date and time of project creation

cover
string | null

Cover image of video specified

src_lang
string | null

Project source language

dst_lang
string

Project destination language

num_speakers
integer | null

Number of speakers in the project

source_url
string | null

Video source url if media has been created by link

duration
integer | null

Video duration after limits applied

original_duration
integer | null

Original video duration

glossary_id
string | null

Glossary ID (if glossary is used)

glossary_version
integer | null

Glossary version (if glossary is used)

original_video
string | null

Link to the original video stored

transcript_id
string | null

Project transcription ID

voiceover
string | null

Link to the translated audio with voiceover only

translated_video
string | null

Link to the translated video

translated_audio
string | null

Link to the translated audio (voiceover with background)

voice
object | null

Pull of voices detected

translation_srt_path
string | null

Link to the translation .srt

translation_vtt_path
string | null

Link to the translation .vtt