Add speaker segment to dubbing resource

POST
/v1/dubbing/resource/:dubbing_id/speaker/:speaker_id/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.

Request

This endpoint expects an object.
start_timedoubleRequired
end_timedoubleRequired
textstringOptional

Response

Successful Response

versioninteger
new_segmentstring

Errors

Built with