Skip to main content
POST
Discover Website URLs

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

knowledgeBaseId
string
required

The knowledge base ID to discover URLs for

Example:

"kb_abc123def456"

Body

application/json
url
string
required

The root URL to crawl and discover linked pages

Example:

"https://www.example.com"

Response

Website URLs discovered successfully

urls
object[]

List of discovered URLs from the website

totalDiscovered
integer

Total number of URLs discovered

Example:

24

Last modified on March 7, 2026