firecrawl/apps/api/requests.http
rafaelmmiller 2fb8a3c8dc fix schema
2024-11-19 10:04:42 -03:00

77 lines
1.6 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