wecandeo_upload_video
Upload a video to Wecandeo using a V4 upload token. Provide source as local file path or remote URL, and target folder ID.
Instructions
Upload a video file using a V4 upload token. source can be a local filesystem path or a remote http(s) URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | No | Custom user-defined ID (max 64 chars) | |
| etc | No | Etc info | |
| tag | No | Comma-separated tags (e.g. tag1,tag2,tag3) | |
| rate | No | Viewing rating | |
| title | No | Video title | |
| token | Yes | Upload token from wecandeo_upload_create_token | |
| author | No | Author / creator | |
| rename | No | Rename the source file (without extension) | |
| series | No | Series name | |
| source | Yes | Local file path (e.g. /path/video.mp4) or remote URL of the video | |
| content | No | Description / content | |
| callback | No | Callback URL. Redirected as GET {callback}?data={JSON} | |
| folderId | Yes | Target media-archive folder ID | |
| copyright | No | Copyright info | |
| packageId | No | Distribution package ID. When set, encoding and a distribution URL are issued. | |
| uploadUrl | Yes | uploadUrl from wecandeo_upload_create_token | |
| orgFileDel | No | Delete the original after encoding (Y/N, default N). Requires packageId. |