extract_content
Extract structured content and metadata from URLs or files, including web pages, PDFs, Word docs, and audio transcripts, using the Content Core auto-engine. Returns JSON output for easy integration.
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 |
---|---|---|---|
file_path | No | ||
url | No |