curl --location '/v1/research' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"projectId": "proj_01HXAMPLE",
"input": "https://example.com/article",
"mode": "url",
"video": {
"durationTargetSeconds": 30,
"aspectRatio": "9:16",
"resolution": "1080p",
"qualityTier": "balanced"
},
"creative": {
"format": "topicCatchup"
},
"metadata": {
"externalId": "customer_research_123"
}
}'{
"id": "job_01HRESEARCH",
"status": "queued",
"statusDetail": "Generation queued.",
"url": "/v1/video-generations/job_01HRESEARCH",
"resultUrl": "/v1/video-generations/job_01HRESEARCH/result",
"idempotentReplay": false,
"research": {
"status": "live_research",
"topic": "AI video workflow automation"
}
}