{
  "name": "Pipeworx Quotes API",
  "description": "Citation-grade quote API for public-domain authors. Verified attribution with primary sources, structural addressing for works, full-text scene/act access, and misattribution detection.",
  "authors_endpoint": "/authors",
  "attribution_check": "/check?text=...&author=...",
  "fulltext_endpoint": "/fulltext",
  "docs": "https://quotes.pipeworx.io",
  "authors": [
    {
      "id": "oscar-wilde",
      "name": "Oscar Wilde",
      "url": "/authors/oscar-wilde"
    },
    {
      "id": "william-shakespeare",
      "name": "William Shakespeare",
      "url": "/authors/william-shakespeare"
    },
    {
      "id": "mark-twain",
      "name": "Mark Twain",
      "url": "/authors/mark-twain"
    }
  ]
}