v1
latestOpenAPI 3.0.02026-07-223589127.1 KBDeep Research
Start deep research
Start a deep research job with a prompt and JSON Schema. The response includes an operation ID and poll URL for retrieving the structured result.
post/api/deep-research
Headers
Idempotency-Keystring
Prevents duplicate work if you retry the same request with the same key.
Request body
Example request
{
"prompt": "Research AI CRM competitors",
"schema": {
"type": "object",
"properties": {
"competitors": {
"type": "array"
}
}
}
}Response
Research job accepted. Poll the returned URL for status and results.