extract_url
Start an AI extraction of a YouTube video, podcast, article, or PDF URL on CoreWise. Returns an extraction_id immediately after initialization. Initialization normally takes a few seconds but can take up to 2 minutes for videos without captions or for PDFs. The extraction itself then runs for 1-7 minutes: poll with get_extraction every 20-30 seconds until status is 'completed'. Results include a cross-validated synthesis plus per-model summaries. Requires an API key (create one at corewise.video, Profile page, 'API & MCP Keys'). Each call consumes one extraction from the key owner's monthly quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The video, podcast, article, or PDF URL to extract insights from. | |
| models | No | Which AI models to run (1-6). Default: ['openai', 'gemini']. More models cost more time. |