Publish Video at Position
- Method:
POST - URL:
https://api.tokportal.com/publish-video-at-position - Auth:
X-API-Key
Body:
{ "bundle_id": "<uuid>", "position": 1 }
Example:
curl -s -X POST -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
-d '{"bundle_id":"'$BUNDLE_ID'","position":2}' \
https://api.tokportal.com/publish-video-at-position
Errors: bundle_not_published, video_slot_not_found, video_not_configured.
Notes:
- The bundle must be in a published/accepted state for video publish to succeed.