{
"video_url": "https://us-stock5.xpccdn.com/75b9381a-e86c-40fb-915d-136338b0ab3c.mp4"
}
draft_url
field.draft_id
generated in the previous step and the video duration obtained with get_duration (which is 21.033333
in this example), we'll add another video to this draft using add_video
.{
"video_url": "https://us-stock5.xpccdn.com/75b9381a-e86c-40fb-915d-136338b0ab3c.mp4",
"draft_id": "draft_id from the previous step",
"target_start": 21.033333
}
draft_id
and draft_url
have not changed.draft_id
in your request is different from the draft_id
returned, it means the draft has been released.