Natural language to structured intelligence with auto schema
Pro
and Ultra
processors, Deep Research transforms simple research queries into structured intelligence reports with comprehensive citations.
Enabling auto
Schema mode in your Task Spec will prompt the system to convert natural language intent into a well-defined structured output, producing long-form, structured outputs for the input query. Parallel’s system will interpret the necessary information to retrieve from the web given the user’s intent, just like other Task API executions but with automatically generated schemas.
Pro
and Ultra
processors, by specifying "type": "auto"
for the Task Spec output schema.
"status": "running"
. You’ll need to poll the task or use webhooks to get the final structured research output shown below.content
and the basis
, as with other Task API executions. The key difference is that the basis
object in an auto
mode output contains Nested FieldBasis.
key_players.0
for the first item in a key players arrayindustry_overview.growth_cagr
for nested object fieldsmarket_trends.2.description
for nested arrays with objects