POST /scenario/video_upload
Upload Video
Upload a video for later use in scenarios (soft/accept dormant flow).
Parameters
| Name | In | Required | Description |
|---|---|---|---|
name | query | No | — |
description | query | No | — |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
file | string | No | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (VideoUploadScenarioApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
video_id | string | Yes | UUID of the created videos_resource |
upload_id | string | Yes | UUID of the uploads_entry (file on disk) |
idempotency_key | string | No | Server-minted soft-call key; echo with accept to promote/reject the staged upload. |
Last updated on