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
@Moderator
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
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
ah gotcha. you can probably parse our openapi schema for that. i'll ask the others how we can make that available easily
thanks
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
you can grab a fresh one off of github raw: https://raw.githubusercontent.com/mendableai/firecrawl/main/apps/api/openapi.json
thanksss
@mogery is this the link for the v2 spec, or is it somewhere else?
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.
thank you!