{
  "name": "SignaaS",
  "tagline": "Signature as a Service",
  "endpoints": {
    "signature": "https://signaas.cc/:category/:name",
    "random": "https://signaas.cc/random/:name",
    "categories": "https://signaas.cc/categories",
    "openapi": "https://signaas.cc/openapi.json",
    "health": "https://signaas.cc/health"
  },
  "query_parameters": [
    "title",
    "company",
    "recipient",
    "format",
    "seed"
  ],
  "formats": [
    "application/json",
    "text/plain",
    "text/html"
  ],
  "categories": [
    "normal",
    "business",
    "funny",
    "mad",
    "passive-aggressive",
    "overly-enthusiastic",
    "gen-z",
    "cryptic",
    "shakespearean",
    "existential-dread",
    "sci-fi",
    "apocalyptic",
    "pirate",
    "needy"
  ],
  "documentation": "https://signaas.cc/"
}