{
  "tags": {
    "fields": [
      {
        "label": "API Settings",
        "slug": "tags_api_settings",
        "type": "tab-pane",
        "attrs": {
          "items": [
            {
              "label": "Baidu Keyword Extraction",
              "slug": "st",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "appid",
                  "label": "AppID",
                  "type": "input"
                },
                {
                  "slug": "key",
                  "label": "API Key",
                  "type": "input"
                },
                {
                  "slug": "secret",
                  "label": "Secret Key",
                  "type": "input"
                },
                {
                  "slug": "reset_token",
                  "label": "Reset Token",
                  "type": "button",
                  "attrs": {
                    "icon": "Refresh"
                  }
                }
              ],
              "remark": {
                "style": "block",
                "content": "* Currently, the Baidu Keyword Extraction API no longer provides a free quota, and you need to pay to activate it. Check out the <a href=\"https://www.wbolt.com/how-to-get-baidu-bce-app-api.html\" target=\"_blank\">Baidu Application API Application and Configuration Tutorial</a>."
              }
            },
            {
              "label": "iFlytek",
              "slug": "xf",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "appid",
                  "label": "AppID",
                  "type": "input"
                },
                {
                  "slug": "key",
                  "label": "APIKey",
                  "type": "input"
                }
              ],
              "remark": {
                "style": "block",
                "content": "* The iFlytek Keyword Extraction API has a limit of 20,000 times per day for non-real-name authenticated accounts. You can apply for an increased quota through real-name authentication."
              }
            },
            {
              "label": "OpenCalais",
              "slug": "opencalais",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "key",
                  "label": "API Key",
                  "type": "input"
                }
              ],
              "remark": {
                "style": "block",
                "content": "* Only recommended for English sites. See the <a href=\"https://www.wbolt.com/how-to-create-an-opencalais-api.html\" target=\"_blank\">OpenCalais API Application Tutorial for English Word Segmentation</a>."
              }
            },
            {
              "label": "Dandelion",
              "slug": "dandelion",
              "type": "tab-pane-item",
              "fields": [
                {
                  "slug": "key",
                  "label": "API Key",
                  "type": "input"
                },
                {
                  "slug": "confidence",
                  "label": "Confidence",
                  "type": "slider",
                  "value": 0.5,
                  "attrs": {
                    "max": 1,
                    "min": 0,
                    "step": 0.1
                  },
                  "tooltip": {
                    "content": "Confidence threshold, default 0.5."
                  }
                }
              ],
              "remark": {
                "style": "block",
                "content": "* Currently, the Dandelion API no longer provides a free quota and requires payment to be activated. See the <a href=\"https://www.wbolt.com/how-to-get-dandelion-api.html\" target=\"_blank\">Dandelion API Application and Configuration Tutorial</a>."
              }
            }
          ]
        }
      }
    ],
    "default": {
      "st": {
        "appid": "",
        "key": "",
        "secret": ""
      },
      "xf": {
        "appid": "",
        "key": ""
      },
      "opencalais": {
        "key": ""
      },
      "dandelion": {
        "key": "",
        "confidence": 0.5
      }
    },
    "disable": []
  }
}