Chaitin Tech plugin API

The plugin API from Chaitin Tech — 4 operation(s) for plugin.

Operations 8

PUT /api/EnableDisablePreprocessPluginAPI PUT /api/EnableDisablePreprocessPluginAPI #
GET /api/PluginPredictResultAPI GET /api/PluginPredictResultAPI #
POST /api/PluginPredictResultAPI POST /api/PluginPredictResultAPI #
GET /api/PreprocessPluginAPI GET /api/PreprocessPluginAPI #
POST /api/PreprocessPluginAPI POST /api/PreprocessPluginAPI #
PUT /api/PreprocessPluginAPI PUT /api/PreprocessPluginAPI #
DELETE /api/PreprocessPluginAPI DELETE /api/PreprocessPluginAPI #
POST /api/PreprocessPluginStateUpdateAPI POST /api/PreprocessPluginStateUpdateAPI #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/chaitin-plugin-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

chaitin-plugin-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: APISec Management account Plugin API
  version: '26.05'
  description: Generated from APISec skyview APIView classes.
servers:
- url: https://docs.waf.chaitin.com
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: plugin
paths:
  /api/EnableDisablePreprocessPluginAPI:
    put:
      operationId: EnableDisablePreprocessPluginAPI_put
      summary: PUT /api/EnableDisablePreprocessPluginAPI
      tags:
      - plugin
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                status:
                  type: string
              required:
              - status
  /api/PluginPredictResultAPI:
    get:
      operationId: PluginPredictResultAPI_get
      summary: GET /api/PluginPredictResultAPI
      tags:
      - plugin
      parameters:
      - name: plugin_id
        in: query
        required: true
        description: ''
        schema:
          type: integer
      x-cli-body-fallback: false
    post:
      operationId: PluginPredictResultAPI_post
      summary: POST /api/PluginPredictResultAPI
      tags:
      - plugin
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: array
              items:
                type: object
                properties: {}
  /api/PreprocessPluginAPI:
    get:
      operationId: PreprocessPluginAPI_get
      summary: GET /api/PreprocessPluginAPI
      tags:
      - plugin
      parameters:
      - name: name__like
        in: query
        required: false
        description: ''
        schema:
          type: string
      x-cli-body-fallback: false
    post:
      operationId: PreprocessPluginAPI_post
      summary: POST /api/PreprocessPluginAPI
      tags:
      - plugin
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                comment:
                  type: string
                code:
                  type: string
                  description: lua 脚本
                status:
                  type: string
                plugin_type:
                  type: string
              required:
              - name
              - code
              - status
              - plugin_type
    put:
      operationId: PreprocessPluginAPI_put
      summary: PUT /api/PreprocessPluginAPI
      tags:
      - plugin
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                comment:
                  type: string
                code:
                  type: string
                  description: lua 脚本
                status:
                  type: string
                plugin_type:
                  type: string
              required:
              - code
              - name
              - plugin_type
              - status
    delete:
      operationId: PreprocessPluginAPI_delete
      summary: DELETE /api/PreprocessPluginAPI
      tags:
      - plugin
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                id__in:
                  type: string
                  description: ID 列表
  /api/PreprocessPluginStateUpdateAPI:
    post:
      operationId: PreprocessPluginStateUpdateAPI_post
      summary: POST /api/PreprocessPluginStateUpdateAPI
      tags:
      - plugin
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: array
              items:
                type: object
                properties:
                  timestamp:
                    type: number
                  id:
                    type: string
                  state:
                    type: string
                required:
                - timestamp
                - id
                - state