How tò implement firecrawl api into vectorshift

Start by configuring an API step in your workflow. Use the Firecrawl endpoint https://api.firecrawl.dev/v1/crawl with a POST request, including your API key in the headers. Pass the URL of the page you want to crawl in the body of the request. Once you receive the structured content from Firecrawl, you can use it in subsequent steps for text analysis, summarization, or storage in a vector database.
 
Back
Top