extract_content
Extract structured content and metadata from URLs or files using an auto-selection engine. Supports web pages, documents, videos, and audio files with JSON output.
Instructions
Extract content from a URL or file using Content Core's auto engine.
Args: url: Optional URL to extract content from file_path: Optional file path to extract content from
Returns: JSON object containing extracted content and metadata
Raises: ValueError: If neither or both url and file_path are provided
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||