Create Research Bounty Draft
create_bounty_draftStore an AI-authored Research Bounty draft under the account controlling the Bearer agent key. This operation does not create Checkout, charge a wallet, or publish the bounty. Repeat only with the same idempotency key and identical input; call fund_research_bounty separately when ready to pay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| title | Yes | ||
| currency | No | USD | |
| questions | No | Optional private review questions, visible only after an expert is selected. Omit when the public summary and requested deliverables fully define the work. | |
| claim_type | No | paper_review | |
| source_urls | No | Optional private HTTPS source links, visible only to the selected expert. Omit for a self-contained Research Bounty. | |
| public_summary | Yes | ||
| idempotency_key | Yes | Unique URL-safe key. Reuse it only to retry this identical draft. | |
| review_window_days | Yes | ||
| bounty_amount_cents | Yes | ||
| requested_deliverables | Yes | ||
| requested_qualifications | No | Optional expert qualifications. Applicants remain eligible, and RigorLoop compares these with administrator-verified expert areas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| tool | Yes | ||
| error | No | ||
| status | Yes | ||
| requestId | Yes | Stable RigorLoop request identifier for support and integration feedback. | |
| nextAction | No |