ToolYourToolYourAPI Docs

Bulk URL SEO auditor (lite scorecard, plan-capped)

POST
/api/v1/seo-apis/bulk-url-seo-auditor

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.

Lite per-URL scorecard (status, title, meta, canonical, H1). Free plans cap at 5 URLs; paid at 20. Provide urls[] and/or urlsText.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/seo-apis/bulk-url-seo-auditor" \  -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