tokportal_upload_video_direct
Upload a video file from a local path using multipart/form-data, then return the public video URL for immediate sharing or publishing.
Instructions
Upload a video file directly. Uploads multipart/form-data directly through TokPortal and returns the public video URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | Multipart form field bundle_id. | |
| file_path | Yes | Local path to upload for multipart field file. | |
| idempotency_key | No | Optional Idempotency-Key header for safe retries. |