v8
OpenAPI 3.1.02026-08-033623795.0 MBBounty Submissions
Create Bounty Submission
Creates a submission on a workforce bounty. Include a deliverable payload — any combination of links and uploaded files, with at least one of the two — and the submission goes straight to review; create is the only step. For data_capture bounties, omit the deliverable: this starts a claimed attempt whose proof accumulates server-side, and the separate submit endpoint sends it to review once complete. Requires a user credential — account API keys cannot author submissions.
post/bounty_submissions
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
submission created with an inline deliverable
Example response
{
"capture_clips": [
{
"status": "recording"
}
],
"deliverable_type": "content_url",
"files": [
{
"attachment_type": "image"
}
],
"status": "in_progress"
}