# Automation Preflight API - Withdrawn
> This Oanor listing is withdrawn and its gateway is unavailable. Use the official TinyOps Studio product page for current access.

## Authentication
All requests require your oanor API key in the `x-oanor-key` header. Get one at https://www.oanor.com/developer/keys.

```bash
curl -H "x-oanor-key: oanor_live_…" "https://api.oanor.com/automation-preflight/..."
```

## Endpoints

### analyze

#### `POST /analyze` — Analyze a public page

Return bounded integration-readiness evidence for one public server-rendered page without logging in, submitting forms, or returning raw HTML and field values.

**Parameters:**
- `url` (query, required, string) — Public HTTP or HTTPS page to inspect.

**Example:**
```bash
curl -H "x-oanor-key: $KEY" \
  "https://api.oanor.com/automation-preflight/analyze"
```


---
Marketplace page: https://www.oanor.com/api/automation-preflight
OpenAPI spec: https://www.oanor.com/api/automation-preflight/openapi.json
