Skip to main content
POST
cURL
Send one or more site URLs (e.g. https://example.com). The response returns the page URLs discovered in each sitemap, which the user selects before calling POST /knowledgeBase/embed-urls. pagelimit caps the number of page URLs returned per sitemap — the application uses 100.

Authorizations

x-api-key
string
header
required

Body

application/json

Site URLs to read sitemaps from

urls
string[]
required

The site URLs to read sitemaps from (e.g. https://example.com)

pagelimit
integer

Maximum number of page URLs returned per sitemap (the application uses 100)

Response

Sitemap discovery response

success
boolean

Whether the request succeeded

message
string

Response message

data
object[]