convert_url_to_json
Convert a remote file URL into structured JSON with metadata like title, tokens, and duration. Handles PDF, DOCX, XLSX, images, and 20+ formats.
Instructions
Convert a remote file URL to structured JSON, including metadata such as title, tokens, and duration. Supports PDF, DOCX, XLSX, images, and 20+ formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTP or HTTPS URL of the remote file to convert into a structured JSON response. | |
| api_key | No | Optional markdown.new API key. Leave empty to use MARKDOWN_NEW_API_KEY from the server environment. |