Skip to main content
POST
/
v2
/
knowledge-bases
/
website
/
sitemap
Fetch Website Sitemap
curl --request POST \
  --url https://api.example.com/v2/knowledge-bases/website/sitemap \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'url=<string>'
{
  "success": true,
  "links": [
    "<string>"
  ]
}

Body

application/x-www-form-urlencoded
url
string
required

Response

Successful Response

Response model for the site map of a website.

success
boolean
required

Whether the site map was successfully retrieved.

List of URLs found in the site map.