Videos
Manage video listings within a bundle.
Related endpoints:
- Configure at position:
POST /video-configure-at-position - Publish at position:
POST /publish-video-at-position - Finalize at position:
POST /finalize-video-at-position - Request corrections at position:
POST /request-corrections-video-at-position - State by position:
GET /state-video-by-position?bundle_id=<uuid>&position=<n> - State by ID:
GET /state-video?id=<uuid> - State by external ref:
GET /state-video-by-ref?bundle_id=<uuid>&external_ref=<ref>
Notes:
- On bundle creation with videos, positions
1..Nare pre-created inpendingwith per-video prices. - Configure requires:
video_type = "video", a validvideo_url, and atarget_start(UTC ISO-8601). The platform enforcesstart ≥ current_date + 3and setsend = start + 3 days. - Use your own
external_refper video when you need idempotency at video level.