Fetch
Highlights
Use Highlights to search a previous Fetch by snapshotId without starting a new browser capture.
post/v1/fetch/search
Request body
Example request
{
"search": {
"query": "pricing plans",
"maxResults": 5,
"minScore": 0.6
},
"include": {
"html": true,
"markdown": true,
"screenshot": true,
"links": true,
"meta": true,
"json": true,
"appendix": true
}
}Response
FetchSnapshotSearchResult
Example response
{
"response": {
"url": "https://stripe.com/docs/api",
"originStatusCode": 200,
"redirectStatusCode": 301,
"headers": {
"content-type": "text/html; charset=utf-8"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.