mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-21 22:01:59 +08:00
123 lines
2.7 KiB
HTTP
123 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
|
|
|