Skip to main content
POST
/
v1
/
sitemap
cURL
curl --request POST \
  --url https://api.example.com/v1/sitemap \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "force": true,
  "max_pages": 1
}
'

Body

application/json
url
string
required
force
boolean | null
max_pages
integer | null
Required range: x >= 0

Response

Sitemap scan launched