CharacterQuilt Discovery API

The Discovery API from CharacterQuilt — 1 operation(s) for discovery.

Operations 1

GET /llms.txt Get the llms.txt catalog of brand profiles #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/characterquilt-discovery-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

characterquilt-discovery-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: CharacterQuilt Brand Profiles Branding Discovery API
  version: '1.0'
  description: Public, machine-readable brand-profiles data surface published by CharacterQuilt. Each catalogued company exposes an HTML page at /branding/{slug} and a JSON profile at /branding/{slug}.json containing a branding extraction — color scheme and palette, typography and font stacks, spacing, component styles, imagery, personality, and design-system signals — extracted from the company's live website. Intended for agents, designers, and AI tools. Read-only and unauthenticated. Discovered via /llms.txt. Not an official specification.
  contact:
    name: CharacterQuilt
    email: hello@characterquilt.com
    url: https://www.characterquilt.com
servers:
- url: https://www.characterquilt.com
  description: Production
tags:
- name: Discovery
paths:
  /llms.txt:
    get:
      operationId: getLlmsIndex
      summary: Get the llms.txt catalog of brand profiles
      description: Machine-readable llms.txt index listing every catalogued company and the link to its brand profile.
      tags:
      - Discovery
      responses:
        '200':
          description: llms.txt document.
          content:
            text/plain:
              schema:
                type: string