Gleeful AI Llms API

The Llms API from Gleeful AI — 1 operation(s) for llms.

OpenAPI Specification

gleefulai-llms-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Visibility AI Audit Llms 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: Llms
paths:
  /api/llms/generate:
    get:
      summary: Help for /api/llms/generate
      operationId: _api_llms_generate_help
      responses:
        '200':
          description: Endpoint help, sample request/response
      tags:
      - Llms
    post:
      summary: Generate a production-ready /llms.txt for the site
      operationId: _api_llms_generate
      x-price: $0.25
      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:
      - Llms