Gleeful AI Bots API

The Bots API from Gleeful AI — 1 operation(s) for bots.

OpenAPI Specification

gleefulai-bots-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Visibility AI Audit Bots 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: Bots
paths:
  /api/bots/audit:
    get:
      summary: Help for /api/bots/audit
      operationId: _api_bots_audit_help
      responses:
        '200':
          description: Endpoint help, sample request/response
      tags:
      - Bots
    post:
      summary: AI crawler / bot access audit (GPTBot, ClaudeBot, etc.)
      operationId: _api_bots_audit
      x-price: $0.12
      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:
      - Bots