mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 06:59:01 +08:00
added type to reqs example
This commit is contained in:
parent
b6802bc443
commit
d8150c6171
@ -19,7 +19,7 @@ Authorization: Bearer {{$dotenv TEST_API_KEY}}
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"url": "firecrawl.dev"
|
||||
"url": "v"
|
||||
}
|
||||
|
||||
### Check Crawl Status
|
||||
@ -70,8 +70,8 @@ content-type: application/json
|
||||
"urls": ["firecrawl.dev"],
|
||||
"prompt": "What is the title, description and main product of the page?",
|
||||
"schema": {
|
||||
"title": "string",
|
||||
"description": "string",
|
||||
"mainProduct": "string"
|
||||
"title": { "type": "string" },
|
||||
"description": { "type": "string" },
|
||||
"mainProduct": { "type": "string" }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user