F
Firecrawl15mo ago
smon

api updates

hi, we are developing a system with your api and we want auto update our requests to the api when the documentation is updated, is it possible?
11 Replies
smon
smonOP15mo ago
@Moderator
mogery
mogery15mo ago
could you elaborate? if you mean you want to keep up with updates to our API endpoints, you could use one of our SDKs our API is also versioned and we try hard to not break compatibility so you can probably call the same endpoint the same way for a long time
smon
smonOP15mo ago
is it not possible to have a json maybe with the various parameters? we need to make a form with the inputs and parameters. A collaborator of mine contacted you by email for a collaboration
mogery
mogery15mo ago
ah gotcha. you can probably parse our openapi schema for that. i'll ask the others how we can make that available easily
smon
smonOP15mo ago
thanks
mogery
mogery15mo ago
our OAS is always up to date in our github repo: https://github.com/mendableai/firecrawl/blob/main/apps/api/openapi.json
GitHub
firecrawl/apps/api/openapi.json at main · mendableai/firecrawl
🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API. - mendableai/firecrawl
smon
smonOP15mo ago
thanksss
Tim Fournet [Rewst]
@mogery is this the link for the v2 spec, or is it somewhere else?
mogery
mogery2mo ago
GitHub
firecrawl-docs/api-reference/v2-openapi.json at main · firecrawl/f...
Documentation for Firecrawl. Contribute to firecrawl/firecrawl-docs development by creating an account on GitHub.
Tim Fournet [Rewst]
thank you!

Did you find this page helpful?