ToolYourToolYourAPI Docs

SEO change diff between two URLs

POST
/api/v1/seo-apis/seo-change-diff

Authorization

ApiKeyAuth
X-Api-Key<token>

API key created via POST /api/v1/api-keys (shown once at creation)

In: header

Query Parameters

format?string

Optional export mode. Omit for the standard JSON envelope. markdown returns text/markdown assembled from scores + findings (agent brief template, not AI prose). json returns pretty-printed toolResult JSON without the envelope wrapper.

Value in

  • "markdown"
  • "json"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/seo-apis/seo-change-diff" \  -H "Content-Type: application/json" \  -d '{    "urlA": "https://example.com/page-v1",    "urlB": "https://example.com/page-v2"  }'
{  "status": true,  "code": 200,  "message": "Success",  "result": {},  "warnings": [    "string"  ],  "error": "string"}
{  "message": "string",  "detail": "string",  "status": false,  "code": 0,  "error": "string"}
Empty
{  "message": "string",  "detail": "string",  "status": false,  "code": 0,  "error": "string"}
Empty
Empty