make_offer
Submit a task offer to a worker, placing payment in escrow until acceptance. Validates budget, worker rate, and spending limits.
Instructions
Offer a task to a worker. On success the amount is held in escrow while pending. Fails with a structured error if it breaches budget, worker eligibility / ask rate, or any spend cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| task_id | Yes | ||
| currency | No | USD | |
| worker_id | Yes | ||
| amount_minor | Yes | ||
| idempotency_key | No | ||
| expires_in_seconds | No |