Chaitin Tech label API

The label API from Chaitin Tech — 6 operation(s) for label.

Operations 16

POST /api/BusinessTagAPI POST /api/BusinessTagAPI #
PUT /api/BusinessTagAPI PUT /api/BusinessTagAPI #
POST /api/MarkRuleAPI POST /api/MarkRuleAPI #
PUT /api/MarkRuleAPI PUT /api/MarkRuleAPI #
POST /api/SensitiveCategoryAPI POST /api/SensitiveCategoryAPI #
PUT /api/SensitiveCategoryAPI PUT /api/SensitiveCategoryAPI #
DELETE /api/SensitiveCategoryAPI DELETE /api/SensitiveCategoryAPI #
GET /api/SensitiveTemplateAPI GET /api/SensitiveTemplateAPI #
POST /api/SensitiveTemplateAPI POST /api/SensitiveTemplateAPI #
PUT /api/SensitiveTemplateAPI PUT /api/SensitiveTemplateAPI #
DELETE /api/SensitiveTemplateAPI DELETE /api/SensitiveTemplateAPI #
POST /api/SensitiveValueBindingAPI POST /api/SensitiveValueBindingAPI #
PUT /api/SensitiveValueBindingAPI PUT /api/SensitiveValueBindingAPI #
DELETE /api/SensitiveValueBindingAPI DELETE /api/SensitiveValueBindingAPI #
POST /api/ValueCategoryAPI POST /api/ValueCategoryAPI #
PUT /api/ValueCategoryAPI PUT /api/ValueCategoryAPI #

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-label-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-label-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: APISec Management account Label 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: label
paths:
  /api/BusinessTagAPI:
    post:
      operationId: BusinessTagAPI_post
      summary: POST /api/BusinessTagAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  description: 名称
                type:
                  type: string
                  description: 类型
                mark_rules:
                  type: string
              required:
              - name
              - type
    put:
      operationId: BusinessTagAPI_put
      summary: PUT /api/BusinessTagAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  description: 名称
                type:
                  type: string
                  description: 类型
                mark_rules:
                  type: string
              required:
              - name
              - type
  /api/MarkRuleAPI:
    post:
      operationId: MarkRuleAPI_post
      summary: POST /api/MarkRuleAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  description: 名称
                comment:
                  type: string
                  description: 备注
                is_enabled:
                  type: boolean
                  description: 是否可用
                pattern:
                  type: array
                  description: 匹配条件
                  items:
                    type: string
                tags:
                  type: string
              required:
              - name
              - is_enabled
              - pattern
    put:
      operationId: MarkRuleAPI_put
      summary: PUT /api/MarkRuleAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  description: 名称
                comment:
                  type: string
                  description: 备注
                is_enabled:
                  type: boolean
                  description: 是否可用
                pattern:
                  type: array
                  description: 匹配条件
                  items:
                    type: string
                tags:
                  type: string
              required:
              - is_enabled
              - name
              - pattern
  /api/SensitiveCategoryAPI:
    post:
      operationId: SensitiveCategoryAPI_post
      summary: POST /api/SensitiveCategoryAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                remark:
                  type: string
                template_id:
                  type: integer
                parent_id:
                  type: integer
              required:
              - name
              - remark
              - template_id
    put:
      operationId: SensitiveCategoryAPI_put
      summary: PUT /api/SensitiveCategoryAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                remark:
                  type: string
                template_id:
                  type: integer
                parent_id:
                  type: integer
              required:
              - name
              - remark
              - template_id
    delete:
      operationId: SensitiveCategoryAPI_delete
      summary: DELETE /api/SensitiveCategoryAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                id:
                  type: integer
                  description: ID
              required:
              - id
  /api/SensitiveTemplateAPI:
    get:
      operationId: SensitiveTemplateAPI_get
      summary: GET /api/SensitiveTemplateAPI
      tags:
      - label
      parameters:
      - name: id
        in: query
        required: true
        description: ID
        schema:
          type: integer
          description: ID
      x-cli-body-fallback: false
    post:
      operationId: SensitiveTemplateAPI_post
      summary: POST /api/SensitiveTemplateAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                remark:
                  type: string
              required:
              - name
              - remark
    put:
      operationId: SensitiveTemplateAPI_put
      summary: PUT /api/SensitiveTemplateAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                remark:
                  type: string
              required:
              - name
              - remark
    delete:
      operationId: SensitiveTemplateAPI_delete
      summary: DELETE /api/SensitiveTemplateAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                id:
                  type: integer
                  description: ID
              required:
              - id
  /api/SensitiveValueBindingAPI:
    post:
      operationId: SensitiveValueBindingAPI_post
      summary: POST /api/SensitiveValueBindingAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                template_id:
                  type: integer
                category_id:
                  type: integer
                tag_id:
                  type: integer
                level:
                  type: string
              required:
              - template_id
              - category_id
              - tag_id
              - level
    put:
      operationId: SensitiveValueBindingAPI_put
      summary: PUT /api/SensitiveValueBindingAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                template_id:
                  type: integer
                category_id:
                  type: integer
                tag_id:
                  type: integer
                level:
                  type: string
              required:
              - category_id
              - level
              - tag_id
              - template_id
    delete:
      operationId: SensitiveValueBindingAPI_delete
      summary: DELETE /api/SensitiveValueBindingAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                id:
                  type: integer
                  description: ID
              required:
              - id
  /api/ValueCategoryAPI:
    post:
      operationId: ValueCategoryAPI_post
      summary: POST /api/ValueCategoryAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                type:
                  type: string
                private:
                  type: boolean
                identifiable:
                  type: boolean
                unique:
                  type: boolean
              required:
              - name
              - type
              - private
              - identifiable
              - unique
    put:
      operationId: ValueCategoryAPI_put
      summary: PUT /api/ValueCategoryAPI
      tags:
      - label
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                type:
                  type: string
                private:
                  type: boolean
                identifiable:
                  type: boolean
                unique:
                  type: boolean
              required:
              - identifiable
              - name
              - private
              - type
              - unique