Search1API
Advanced

Sitemap

API endpoint for retrieving sitemap links from a website

POST
/sitemap

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

URL for sitemap crawling

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/sitemap" \  -H "Content-Type: application/json" \  -d '{    "url": "https://search1api.com"  }'
{  "links": [    "string"  ]}
{  "error": 0,  "message": "string"}