---
title: "Resync a website crawl"
method: POST
path: "/public/v1/knowledge-bases/{knowledgeBaseId}/website-crawls/{websiteSourceId}/resync"
tags: ["Knowledge Bases"]
---

# Resync a website crawl

`POST /public/v1/knowledge-bases/{knowledgeBaseId}/website-crawls/{websiteSourceId}/resync`

Re-crawls a website source, optionally overriding crawl configuration. Requires a USER API key.

## Path parameters

- `knowledgeBaseId` integer, required
- `websiteSourceId` integer, required

## Request body

- PublicKnowledgeWebsiteResyncInput
  - `description` string
  - `maxDepth` integer
  - `maxLinks` integer
  - `includePaths` string[]
  - `excludePaths` string[]
  - `scrapeOptions` object
    - `includeSelectors` string[]
    - `excludeSelectors` string[]
  - `autoSyncFrequency` 'NONE' | 'DAILY' | 'WEEKLY' | 'MONTHLY'

## Response `204`

Resync queued

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
