cURL
curl --request POST \ --url https://api.search1api.com/sitemap \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>" }'
{ "links": [ "<string>" ] }
Get sitemap links from a website
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
URL for sitemap crawling
The body is of type object.
object
Successful Response
The response is of type object.