Create Batch Task Group
createTaskGroupBatch data enrichment tool. USE THIS when user has a LIST of items and wants same data fields for each. After calling, share the URL with the user and STOP. Do not poll or check results unless otherwise instructed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | JSON array of input objects to process. For large datasets, start with a small batch (3-5 inputs) to test and validate results before scaling up. | |
| output | Yes | Natural language description of desired output fields. For output_type='json', describe the fields: 'Return ceo_name, valuation_usd, and latest_funding_round for each company'. For output_type='text', describe the format: 'Write a 2-sentence summary of each company'. | |
| processor | No | Optional processor override. Do NOT specify unless user explicitly requests - the API auto-selects the best processor based on task complexity. | |
| output_type | Yes | Type of output expected from tasks | |
| source_policy | No | Optional source policy governing preferred and disallowed domains in web search results. |