POST
/
sitemap
curl --request POST \
  --url https://api.search1api.com/sitemap \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>"
}'
{
  "links": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
URL for sitemap crawling
url
string
required

URL of the website to crawl sitemap

Response

200
application/json
Successful Response

List of URLs found in the sitemap