Create segment

Creates a new segment in dubbing resource with a start and end time for the speaker in every available language. Does not automatically generate transcripts/translations/audio.

Path parameters

dubbing_idstringRequired
ID of the dubbing project.
speaker_idstringRequired
ID of the speaker.

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
start_timedoubleRequired
end_timedoubleRequired
textstring or nullOptional
translationsmap from strings to strings or nullOptional

Response

Successful Response
versioninteger
new_segmentstring

Errors