Submit a posted video (creator)
submit_posted_videoFor CREATOR API keys: declare that you published a video on a social network for a campaign you are selected on. Give the public video URL (TikTok, Instagram or YouTube for automatic daily view tracking over 1 month; other https URLs are stored without tracking) and the campaign_id (see list_my_campaigns). Re-submitting the same URL for the same campaign is idempotent (returns the existing deliverable). Built for power users submitting many videos, e.g. hundreds for a challenge. Rate limit 30/min. Requires a creator API key (creator:submit scope).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_url | Yes | Public URL of the published video (https). | |
| campaign_id | Yes | Campaign UUID from list_my_campaigns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| campaign_id | No | ||
| view_tracking | No | ||
| deliverable_id | No | ||
| already_submitted | No | true when this URL was already submitted for this campaign (idempotent replay). |