Get sitemap job status
Authorization
AuthorizationRequiredBearer <token>API key. Manage keys from the dashboard at app.bytekit.com.
In: header
Path Parameters
idRequiredstringPattern:
"^sm_"Successful response.
POST /v1/sitemapDiscover URLs on a domain
Crawls a domain to build a sitemap. Returns cached results if available within cache_ttl. Results delivered via webhook and downloadable from results_url. Webhook deliveries include `X-ByteKit-Event: sitemap.completed` or `X-ByteKit-Event: sitemap.failed` so receivers can dispatch on the header without parsing the body shape. **Limits:** request bodies are capped at 512 KB. An oversized body returns a `400` with error code `request_too_large`.
Plans
Plans API — endpoints, requests, and responses.