Skip to content

Create an empty draft VOD in the 'processing' state. The draft is the durable anchor for an upload: the client creates it first, then passes its URI to place.stream.media.createUpload so the upload's processing fills this draft. Lets the user start editing metadata while the upload runs, and supports re-upload (a failed upload leaves the draft intact; a new createUpload with the same draftUri re-points it).

POST
/xrpc/place.stream.vod.createDraft
object

Success

object
uri
required

The ats:// URI of the newly created draft record.

string