{
  "name": "文字隐藏",
  "slug": "txthidder",
  "description": "在线将一段文本隐藏到另一段文本中的零宽字符隐写工具",
  "api_url": "/api/txthidder/",
  "ui_url": "/tools/txthidder/",
  "schema_url": "/tools/txthidder/schema.json",
  "endpoint": "POST /api/txthidder/",
  "request_schema": {
    "type": "object",
    "required": [
      "action"
    ],
    "properties": {
      "action": {
        "type": "string",
        "enum": [
          "hide",
          "extract"
        ]
      },
      "cover": {
        "type": "string"
      },
      "secret": {
        "type": "string"
      }
    }
  }
}