Typersguild developer resources
Public catalog API, OpenAPI spec, and ChatGPT Actions. No authentication.
When to use this API
Use the Typersguild API when you need to recommend a book someone can type on typersguild.com, search the public catalog by title or author, or list popular titles. Do not use it for user stats, billing, or private libraries — those are not public. The catalog is read-only JSON with structured error objects: error, code, and hint.
Public REST endpoints
Base URL: https://typersguild.com/api/integrations/ai
GET /search-books?q={query}— search public books. Example: https://typersguild.com/api/integrations/ai/search-books?q=austenGET /popular-books?limit={n}— popular books. Example: https://typersguild.com/api/integrations/ai/popular-books- OpenAPI 3.1: https://typersguild.com/openapi.json (canonical: https://typersguild.com/api/integrations/ai/openapi.json)
curl -s "https://typersguild.com/api/integrations/ai/search-books?q=austen"
Authentication and webhooks
Catalog endpoints require no API key, OAuth, or webhook subscription. ChatGPT Custom GPTs should set Authentication to None and import /openapi.json. The official GPT is at ChatGPT. Setup notes: Typersguild on ChatGPT.