Other Inputs
URL input Node
Learn how to use the URL Node in Stack AI.
What is the URL Node?
The URL Node allows users to add a URL to the flow and scrape the HTML or Metadata of a website to use as an input to the LLM. Alternatvely, if an LLM node returns a URL as its output, it can feed into the URL node to scrape a website in a more complex workflow.
How to use the URL Node
- Add a URL node to your flow.
- Connect the URL node to an LLM node.
- Mention the URL node in the LLM node by pressing ”/” and selecting the URL node.
- Add an Output node to your flow.
- Connect the Output node to the LLM node.
How to expose the URL node to your users
- Go to the Export tab.
- Enable the file node in the Inputs section.
- Press Save Interface to save your changes.
- Your users should now see an upload button in the interface.
Was this page helpful?