curl --request POST \
--url https://api.open.cx/crawl/{id}/pages/exclude \
--header 'Content-Type: application/json' \
--data '
{
"page_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'{
"excluded": 123
}Bulk exclude pages from future syncs. Excluded pages retain their knowledge base items but are skipped during crawls.
curl --request POST \
--url https://api.open.cx/crawl/{id}/pages/exclude \
--header 'Content-Type: application/json' \
--data '
{
"page_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'{
"excluded": 123
}Was this page helpful?