Chaitin Tech split_api API

The split_api API from Chaitin Tech — 2 operation(s) for split_api.

Operations 4

PUT /api/EnableSplitAPI PUT /api/EnableSplitAPI #
GET /api/SplitConfigAPI GET /api/SplitConfigAPI #
POST /api/SplitConfigAPI POST /api/SplitConfigAPI #
PUT /api/SplitConfigAPI PUT /api/SplitConfigAPI #

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-split-api-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-split-api-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: APISec Management account Split 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: split_api
paths:
  /api/EnableSplitAPI:
    put:
      operationId: EnableSplitAPI_put
      summary: PUT /api/EnableSplitAPI
      tags:
      - split_api
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                id__in:
                  type: string
                  description: ID 列表
                action:
                  type: string
                  description: 启用状态
              required:
              - action
  /api/SplitConfigAPI:
    get:
      operationId: SplitConfigAPI_get
      summary: GET /api/SplitConfigAPI
      tags:
      - split_api
      parameters:
      - name: order_by
        in: query
        required: false
        description: ''
        schema:
          type: string
      - name: page
        in: query
        required: true
        description: ''
        schema:
          type: integer
      - name: page_size
        in: query
        required: true
        description: ''
        schema:
          type: integer
      x-cli-body-fallback: false
    post:
      operationId: SplitConfigAPI_post
      summary: POST /api/SplitConfigAPI
      tags:
      - split_api
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                is_enabled:
                  type: boolean
                  description: 启用状态
                name:
                  type: string
                  description: 规则名称
                comment:
                  type: string
                  description: 规则备注
                origin:
                  type: string
                key:
                  type: string
                  description: 拆分字段
                original_api_id:
                  type: string
                  description: 应用的 API
              required:
              - is_enabled
              - name
              - origin
              - key
              - original_api_id
    put:
      operationId: SplitConfigAPI_put
      summary: PUT /api/SplitConfigAPI
      tags:
      - split_api
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: array
              items:
                type: object
                properties:
                  is_enabled:
                    type: boolean
                    description: 启用状态
                  name:
                    type: string
                    description: 规则名称
                  comment:
                    type: string
                    description: 规则备注
                  origin:
                    type: string
                  key:
                    type: string
                    description: 拆分字段
                  original_api_id:
                    type: string
                    description: 应用的 API
                  api_list:
                    type: array
                    description: API 列表
                    items:
                      type: string
                  site_id:
                    type: string
                    description: 应用的站点
                  url:
                    type: string
                    description: URL
                  method:
                    type: string
                    description: 方法
                  uuid:
                    type: string
                    description: UUID
                  auto:
                    type: boolean
                    description: 自动生成
                  sample:
                    type: object
                    description: 样例
                required:
                - is_enabled
                - key
                - name
                - origin
                - original_api_id
                - site_id
                - url
                - method
                - uuid
                - auto