Request Corrections (Video at Position)
- Method:
POST - URL:
https://api.tokportal.com/request-corrections-video-at-position - Auth:
X-API-Key
Body:
{ "bundle_id": "<uuid>", "position": 1, "notice": "Please re-cut first 3s" }
Example:
curl -s -X POST -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
-d '{"bundle_id":"'$BUNDLE_ID'","position":2,"notice":"Please re-cut first 3s"}' \
https://api.tokportal.com/request-corrections-video-at-position
Errors: invalid_state if not in review/finalized window.