ToolAssay

app.difficat.com/api/v1/jobs

Answeringour last check, 2026-09-25
1 of 1checks answered this week
1501 msmedian answer time
$0.1listed price per call
$0.1price 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://app.difficat.com/api/v1/jobs

CategoryEverything else
Provider hostapp.difficat.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.1 1501 ms

Example input (from the provider)

{
  "body": {
    "maxPages": 5,
    "sourceUrl": "https://old.example.com",
    "targetUrl": "https://new.example.com"
  },
  "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": {
          "properties": {
            "maxPages": {
              "description": "Pages reserved and paid for. The job compares at most this many.",
              "maximum": 500,
              "minimum": 1,
              "type": "integer"
            },
            "sitemapUrl": {
              "format": "uri",
              "maxLength": 2048,
              "type": "string"
            },
            "sourceAuth": {
              "properties": {
                "password": {
                  "type": "string"
                },
                "username": {
                  "type": "string"
                }
              },
              "required": [
                "username",
                "password"
              ],
              "type": "object"
            },
            "sourceUrl": {
              "format": "uri",
              "maxLength": 2048,
              "type": "string"
            },
            "targetAuth": {
              "properties": {
                "password": {
                  "type": "string"
                },
                "username": {
                  "type": "string"
                }
              },
              "required": [
                "username",
                "password"
              ],
              "type": "object"
            },
            "targetUrl": {
              "format": "uri",
              "maxLength": 2048,
              "type": "string"
            },
            "threshold": {
              "maximum": 1,
              "minimum": 0,
              "type": "number"
            },
            "urls": {
              "items": {
                "properties": {
                  "source": {
                    "format": "uri",
                    "maxLength": 2048,
                    "type": "string"
                  },
                  "target": {
                    "format": "uri",
                    "maxLength": 2048,
                    "type": "string"
                  }
                },
                "required": [
                  "source",
                  "target"
                ],
                "type": "object"
              },
              "maxItems": 500,
              "type": "array"
            },
            "viewportWidth": {
              "maximum": 2560,
              "minimum": 320,
              "type": "integer"
            }
          },
          "required": [
            "sourceUrl",
            "maxPages"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON