POST
/
scrape_sitemap
curl --request POST \
  --url https://api.blat.ai/scrape_sitemap \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://example.com"
}'
{
  "links": [
    "links",
    "links"
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Sitemap scraping request parameters

The body is of type object.

Response

200
application/json

OK

The response is of type object.