Convert a URL address to Markdown
Returns Markdown text from a URL (HTML page address).
Example
This Flow reads all URLs from a website sitemap, converts the HTML of each page to Markdown, splits the content into manageable chunks, generates embeddings for each chunk, converts the generated vector into a SQL Server-compatible format and stores the text, vector, and document reference in a SQL Server table. This table can then be used for vector search or to feed chat models with the extracted information.
Returns
This action returns a string/text in markdown format.
Properties
Name | Type | Description |
---|---|---|
Title | Optional | The title of the action. |
URL | Required | Specifies the addresse to a web page. |
Result variable name | Required | The name of the variable in which the result will be stored. |
Description | Optional | Additional notes or comments about the action or configuration. |
Videos / Getting started
Generate a PDF file with tabular data
This video shows how to generate a PDF file with tabular data using the Adobe PDF Services API, and download the generated file from an InVision Workbook.
It uses the HTTP trigger and Return File HTTP Response actions to handle the request and return the file.