curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/web/crawl \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"urls": [
"https://example.com",
"https://example.org"
]
}
'{
"result": "<unknown>"
}Crawl one or multiple URLs and return the contents of the crawled URLs.
curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/web/crawl \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"urls": [
"https://example.com",
"https://example.org"
]
}
'{
"result": "<unknown>"
}Access the API as yourself. You can find your API key in your profile menu in Portal.
The URLs to crawl.
The URLs to crawl.
1[
"https://example.com",
"https://example.org"
]OK
Was this page helpful?