ToolAssay

Map supplied old URLs to supplied replacement URLs, flag missing equivalents, an

Map supplied old URLs to supplied replacement URLs, flag missing equivalents, and avoid inventing live destinations. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
1044 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://www.tradepilotusa.com/api/agent-commerce/v1/services/redirect_map/execute

CategoryCode and developer
Provider hostwww.tradepilotusa.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$0.25 1044 ms

Example input (from the provider)

{
  "body": {
    "audience": "Business operations manager",
    "brief": "Map supplied old URLs to supplied replacement URLs, flag missing equivalents, and avoid inventing live destinations. Use only the supplied fictional example material and clearly identify missing evidence.",
    "source_text": "Fictional supplied site: https://example.com/doors describes residential entry door installation in Dallas; https://example.com/consultations describes weekday consultations. Supplied keywords: entry door installation Dallas; residential entry doors; door consultation Dallas; schedule door consultation. A supplied competitor content excerpt covers measurement preparation, which the supplied site copy does not cover. No live rankings, search volumes, ratings or customer outcomes are supplied."
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "audience": {
              "maxLength": 500,
              "type": "string"
            },
            "brief": {
              "maxLength": 12000,
              "minLength": 10,
              "type": "string"
            },
            "source_text": {
              "maxLength": 32000,
              "minLength": 20,
              "type": "string"
            }
          },
          "required": [
            "brief",
            "source_text"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "artifact": {
              "maxLength": 48000,
              "minLength": 1,
              "type": "string"
            },
            "assumptions": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "evidence_gaps": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "provenance": {
              "properties": {
                "external_research_performed": {
                  "const": false
                },
                "generated_at": {
                  "type": "string"
                },
                "source": {
                  "const": "buyer_supplied"
                }
              },
              "required": [
                "source",
                "external_research_performed"
              ],
              "type": "object"
            },
            "request_id": {
              "type": "string"
            },
            "requires_human_review": {
              "const": true
            },
            "summary": {
              "type": "string"
            },
            "task": {
              "type": "string"
            },
            "usage": {
              "type": "object"
            }
          },
          "required": [
            "request_id",
            "task",
            "artifact",
            "summary",
            "assumptions",
            "evidence_gaps",
            "requires_human_review",
            "provenance"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON