Automation Preflight API · Example Payload

Automation Preflight Api Health And Errors Example

AutomationIntegrationDeveloper ToolsReadinessTestingURL AnalysisWeb ScrapingAgent ToolsQuality AssuranceSite Audit

Automation Preflight Api Health And Errors Example is an example object payload from Automation Preflight API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$commentexamples

Example Payload

Raw ↑
{
  "$comment": "Real captured request/response for GET /health (operationId health) and the 401 error envelope for POST /direct/analyze, observed 2026-08-09.",
  "examples": [
    {
      "operationId": "health",
      "request": {
        "method": "GET",
        "url": "https://preflight.tinyopsstudio.com/health"
      },
      "response": {
        "status": 200,
        "body": {
          "ok": true,
          "service": "TinyOps Automation Integration Preflight",
          "version": "1.1.0",
          "status": "healthy"
        }
      }
    },
    {
      "operationId": "analyzeIntegrationReadiness",
      "description": "Direct (metered) endpoint called without an API key.",
      "request": {
        "method": "POST",
        "url": "https://preflight.tinyopsstudio.com/direct/analyze",
        "headers": {
          "Content-Type": "application/json"
        },
        "body": {
          "url": "https://example.com"
        }
      },
      "response": {
        "status": 401,
        "body": {
          "ok": false,
          "error": {
            "code": "direct_access_key_required",
            "message": "A valid TinyOps API key or Gumroad license key is required."
          }
        }
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/automation-preflight-api-health-and-errors-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.