Submit one answer
submit_answerPersist submission idempotencyKey before calling. The current terms may allow only one attempt; retries must reuse the identical key and answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| answer | Yes | ||
| clientToken | Yes | Private run capability: generate and save 32 random bytes before creating a run. Never put it in a URL or public trace. | |
| idempotencyKey | Yes | Persist 8–128 safe characters before calling. Reuse the key with the identical request after a timeout. |