mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
49 lines
1.0 KiB
HTTP
49 lines
1.0 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
|
|
|