/
FI
firecrawl
/
Firecrawl API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
firecrawl
Firecrawl API
delete
Cancel a batch scrape job
v1
latest
OpenAPI 3.0.0
2026-07-22
44
52
146.0 KB
Account
1
Billing
4
Crawling
6
Feedback
1
Interact
4
Mapping
1
Miscellaneous
1
Monitoring
8
Research
4
Scraping
8
post
Scrape multiple URLs and optionally extract information using an LLM
get
Get the status of a batch scrape job
delete
Cancel a batch scrape job
get
Get the errors of a batch scrape job
post
Upload and parse a file
post
Scrape a single URL and optionally extract information using an LLM
post
Interact with the browser session associated with a scrape job
delete
Stop the interactive browser session associated with a scrape job
Search
2
Support
2
Threat Protection
2
Scraping
Cancel a batch scrape job
delete
/batch/scrape/{id}
Response
Successful cancellation
object
required
status
'cancelled'
Example response
{ "status": "cancelled" }