Video Dubbing
Get a presigned upload URL
Returns a presigned S3 PUT URL for direct video upload. Use this if your video isn't publicly accessible. After uploading, use the returned source_url when creating a dubbing job.
post/api/dubbing/upload-url
Request body
Example request
{
"filename": "video.mp4",
"content_type": "video/mp4"
}Response
Upload URL generated
Changes
No recorded changes to this endpoint across all 1 revision of this API.