Gleeful AI Probe API

The Probe API from Gleeful AI — 1 operation(s) for probe.

OpenAPI Specification

gleefulai-probe-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Visibility AI Audit Probe API
  version: 0.1.0
  description: AI visibility / AEO audit API with x402 micropayments. No API key required.
servers:
- url: https://visibility.gleefulai.com
tags:
- name: Probe
paths:
  /api/probe/fetch:
    get:
      summary: Help for /api/probe/fetch
      operationId: _api_probe_fetch_help
      responses:
        '200':
          description: Endpoint help, sample request/response
      tags:
      - Probe
    post:
      summary: Cheap URL probe — status, redirects, content-type, X-Robots-Tag
      operationId: _api_probe_fetch
      x-price: $0.01
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
              - url
              properties:
                url:
                  type: string
                  description: URL or domain to audit
      responses:
        '200':
          description: Success with data + signed receipt
        '402':
          description: Payment required (x402 challenge)
      tags:
      - Probe