ToolYour

ToolYour

API Docs

Internal linking analysis

GET
/api/v1/seo-apis/internal-linking

Authorization

ApiKeyAuth
X-Api-Key<token>

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

In: header

Query Parameters

url*string
depth?integer

Crawl depth from start URL (0–6, default 2)

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/seo-apis/internal-linking?url=string"
{  "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