tokportal_upload_video_direct
Upload a video file directly to TokPortal using a local file path and bundle ID, then receive the public video URL.
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. |