firecrawl/apps/api/requests.http
Gergő Móricz 687ea69621
Some checks are pending
Deploy Images to GHCR / push-app-image (push) Waiting to run
fix(requests.http): default to localhost baseUrl
2024-11-12 19:59:09 +01:00

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