POST v1/site/map

This endpoint creates a new site mapping request and returns the result.

Create a new sitemap request

post

This endpoint processes a website's sitemap and returns all URLs found within it.

Authorizations
X-API-KeystringRequired
Body
urlstringOptional

The url you want our sitemap reader to process on your behalf

max_cache_ageinteger · int32 | nullableOptional

Maximum cache age in seconds for this request. If a cached result exists within this timeframe, it will be returned. Default is 0 (no cache).

Responses
200

The sitemap request response detailing the URLs found

application/json
post
/v1/site/map

Last updated