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. Files must be at most 1 GB (1073741824 bytes). Free videos must be at most 10 minutes. Requires a videos:write token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title to attach to the upload. | |
| file_size_bytes | No | Source file byte count for preflight validation. Send when known; omission supports older clients. |