Chaitin Tech learning API

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

Operations 6

GET /api/UserModelAPI GET /api/UserModelAPI #
PUT /api/UserModelAPI PUT /api/UserModelAPI #
DELETE /api/UserModelAPI DELETE /api/UserModelAPI #
POST /api/UserModelStrategyAPI POST /api/UserModelStrategyAPI #
PUT /api/UserModelStrategyAPI PUT /api/UserModelStrategyAPI #
DELETE /api/UserModelStrategyAPI DELETE /api/UserModelStrategyAPI #

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-learning-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-learning-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: APISec Management account Learning 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: learning
paths:
  /api/UserModelAPI:
    get:
      operationId: UserModelAPI_get
      summary: GET /api/UserModelAPI
      tags:
      - learning
      parameters:
      - name: id
        in: query
        required: true
        description: ID
        schema:
          type: integer
          description: ID
      x-cli-body-fallback: false
    put:
      operationId: UserModelAPI_put
      summary: PUT /api/UserModelAPI
      tags:
      - learning
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                strategy_id:
                  type: integer
                status:
                  type: string
              required:
              - strategy_id
              - status
    delete:
      operationId: UserModelAPI_delete
      summary: DELETE /api/UserModelAPI
      tags:
      - learning
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                strategy_id:
                  type: integer
              required:
              - strategy_id
  /api/UserModelStrategyAPI:
    post:
      operationId: UserModelStrategyAPI_post
      summary: POST /api/UserModelStrategyAPI
      tags:
      - learning
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                start_time:
                  type: string
                end_time:
                  type: string
              required:
              - start_time
              - end_time
    put:
      operationId: UserModelStrategyAPI_put
      summary: PUT /api/UserModelStrategyAPI
      tags:
      - learning
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                sites:
                  type: string
              required:
              - sites
    delete:
      operationId: UserModelStrategyAPI_delete
      summary: DELETE /api/UserModelStrategyAPI
      tags:
      - learning
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                id:
                  type: integer
                  description: ID
              required:
              - id