Report a search outcome
report_search_outcomeTell the marketplace what a prior search was actually worth: whether you used the answer you bought, partly used it, rejected it, regenerated the work yourself, or declined to buy at all. This is the demand signal publishers act on — an honest "rejected" or "purchase_declined" is as useful as a "used", and reporting nothing leaves the loop blind. Keyless and anonymous: possession of the searchId is the only credential, no wallet and no signature. Returns 202 with { accepted } and nothing else by design — the endpoint deliberately cannot confirm or deny that a search exists, so a stale or swept searchId is accepted silently rather than 404ing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcomes | Yes | One outcome, or a batch of up to 10. A single-element array IS the single-report case; the route normalizes both the same way. | |
| searchId | Yes | The `searchId` (uuid) returned by the `search` whose results you are rating |