mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-21 10:21:31 +08:00
128 lines
2.7 KiB
HTTP
128 lines
2.7 KiB
HTTP
# Pick your baseUrl here:
|
|
# @baseUrl = http://localhost:3002
|
|
@baseUrl = https://api.firecrawl.dev
|
|
|
|
### Scrape Website
|
|
# @name scrape
|
|
POST {{baseUrl}}/v1/scrape HTTP/1.1
|
|
Authorization: Bearer {{$dotenv TEST_API_KEY}}
|
|
content-type: application/json
|
|
|