ToolYourToolYourAPI Docs

Duplicate content checker (URLs or texts)

POST
/api/v1/seo-apis/duplicate-content-checker

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.

Provide either urlA+urlB or textA+textB (exactly one mode). Lexical similarity + n-gram overlap.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/seo-apis/duplicate-content-checker" \  -H "Content-Type: application/json" \  -d '{}'
{  "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