How do I schedule a video on an existing account?
Create a videos_only bundle using bundles-create-videos-only with your existing_account_id.
Configure each video with POST /video-configure-at-position and set target_start (UTC ISO-8601). The platform clamps the start to at least D+3 and sets the end to start+3 days.
Publish the bundle with POST /bundles-publish. Our managers handle execution in the target country.
Default: 60 requests/minute per API key / endpoint / IP. Per-endpoint overrides may apply (e.g., 20/min for create, 120/min for state). Overages return 429 with Retry-After. See the "Idempotency and Rate Limits" page for details.