{
  "name": "URL Shortener Worker",
  "usage": {
    "create": "POST https://shl.ithz.me/api/links",
    "lookup": "GET https://shl.ithz.me/api/links/:slug",
    "remove": "DELETE https://shl.ithz.me/api/links/:slug",
    "redirect": "GET https://shl.ithz.me/:slug"
  }
}