Upload Video
upload_videoUpload a video from a public URL to index it in your VideoSeek library and receive a video tracking ID for asynchronous processing.
Instructions
Upload and index a video from a URL into your VideoSeek library. Returns a videoNo for tracking. The video will be processed asynchronously — use get_video_status to check when it's ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the video to upload | |
| unique_id | No | Namespace for multi-tenant isolation (default: 'default') | |
| callback | No | Webhook URL to notify when processing completes | |
| tags | No | Comma-separated tags for categorization |