mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 06:55:57 +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
|
content-type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"url": "firecrawl.dev"
|
"url": "v"
|
||||||
}
|
}
|
||||||
|
|
||||||
### Check Crawl Status
|
### Check Crawl Status
|
||||||
@ -70,8 +70,8 @@ content-type: application/json
|
|||||||
"urls": ["firecrawl.dev"],
|
"urls": ["firecrawl.dev"],
|
||||||
"prompt": "What is the title, description and main product of the page?",
|
"prompt": "What is the title, description and main product of the page?",
|
||||||
"schema": {
|
"schema": {
|
||||||
"title": "string",
|
"title": { "type": "string" },
|
||||||
"description": "string",
|
"description": { "type": "string" },
|
||||||
"mainProduct": "string"
|
"mainProduct": { "type": "string" }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user