Skip to main content

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..N are pre-created in pending with per-video prices.
  • Configure requires: video_type = "video", a valid video_url, and a target_start (UTC ISO-8601). The platform enforces start ≥ current_date + 3 and sets end = start + 3 days.
  • Use your own external_ref per video when you need idempotency at video level.