v8
OpenAPI 3.1.02026-08-033623795.0 MBBounty Submissions
Submit Bounty Submission
Submits a claimed attempt for review. A livestream attempt needs an ended proof stream and can attach an optional deliverable — links, files, and a caption in any combination; if the attempt already went to review when its stream ended, the payload attaches to it once, until reviewers start voting. A data capture attempt instead needs enough validated clip time and takes no payload. Only the worker who started the attempt can submit it — account API keys cannot.
post/bounty_submissions/{bounty_submission_id}/submit
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
attempt submitted for review
Example response
{
"capture_clips": [
{
"status": "recording"
}
],
"deliverable_type": "content_url",
"files": [
{
"attachment_type": "image"
}
],
"status": "in_progress"
}