viddler_videos_create_upload
Step 1 of uploading a video. Returns { uploadId, uploadUrl }. PUT the raw video file bytes to uploadUrl (e.g. curl -X PUT --upload-file video.mp4 '<uploadUrl>' — no auth header needed, the URL is pre-signed). Then call viddler_videos_register with the uploadId to create the video record. Requires a videos:write token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title to attach to the upload. |