Advanced
Sitemap
API endpoint for retrieving sitemap links from a website
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"}Reasoning (Discontinued)
Discontinued. POST /v1/chat/completions returns 410 Gone and is no longer available. Do not build new integrations against this endpoint.
Models (Discontinued)
Discontinued. GET /v1/models returns 410 Gone because the reasoning API is no longer available. Do not build new integrations against this endpoint.