Authentication
Your WURK API key
Path Parameters
The job ID (from a custom job)
Request Body
Comma-separated list of submission IDs to mark as winners (max 10 per request)
Response
Always
true on successNumber of submissions updated
Current total number of winners
Maximum number of winners allowed
Rate Limit
50 requests per minuteRequirements
- Job must exist and belong to your API key
- Job must have
selection_type = "creator" - Cannot exceed
max_completionswinners
To test this endpoint, you need a valid job ID from a custom job with
selection_type = "creator" that belongs to your API key.
You also need valid submission IDs from that job. Use the Get Submissions endpoint first to get submission IDs.