Hire a human for a task
submit_human_taskCreate a real task on Taskin so a person carries out one bounded action - either in the physical world or as remote human judgment such as QA, content review, AI-output evaluation or customer feedback. Call this after search_human_task returned can_taskin_help = true. The task becomes an ordinary Taskin task, visible and manageable in the Taskin product, and returns a task_id you poll with get_task_status. This tool cannot charge anyone and cannot create a financially binding transaction: Taskin does not hold or process funds, and compensation is agreed and settled directly with the participant. If required information is missing, nothing is created and the response names each missing field in next_action instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | Compensation offered. Settled directly with the participant. | |
| currency | No | ISO 4217 currency code for the budget. | |
| deadline | No | Deadline or time window the person must work within. | |
| location | No | Where the task happens. Required for physical and hybrid tasks. | |
| principal | No | The person or organisation on whose behalf you are acting. Strongly recommended. | |
| deliverable | Yes | The artifacts the result must contain, e.g. 'three photographs of the display plus the shelf price of each product in a structured list'. | |
| requirements | No | Constraints, prohibited actions, access details, credentials required, and background. | |
| contact_email | No | Email Taskin uses to coordinate this task with the principal. | |
| idempotency_key | No | Repeat the same key to retry safely without creating a duplicate task. | |
| taskin_agent_id | No | Taskin-issued agent identifier from an earlier response. | |
| participant_slug | No | Request a specific Taskin participant by slug, from search_human_task matches. Optional. | |
| task_description | Yes | The bounded real-world action the person performs, concrete enough that a stranger could execute it without asking questions. | |
| remote_or_physical | No | Execution mode. Defaults to physical when a location is given. | |
| verification_requirements | Yes | The objective check that decides whether the result is accepted, e.g. 'photographs are timestamped and show the storefront name'. |