Chaitin Tech website API
The website API from Chaitin Tech — 4 operation(s) for website.
The website API from Chaitin Tech — 4 operation(s) for website.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/chaitin-website-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
title: APISec Management account Website 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: website
paths:
/api/CertAPI:
get:
operationId: CertAPI_get
summary: GET /api/CertAPI
tags:
- website
parameters: []
x-cli-body-fallback: true
put:
operationId: CertAPI_put
summary: PUT /api/CertAPI
tags:
- website
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
id:
type: integer
description: ID
name:
type: string
description: 证书名称
required:
- id
- name
delete:
operationId: CertAPI_delete
summary: DELETE /api/CertAPI
tags:
- website
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
id__in:
type: string
description: ID 列表
delete_all_resources:
type: boolean
description: 是否使用所有资源
required:
- delete_all_resources
/api/EditSSLCertAPI:
post:
operationId: EditSSLCertAPI_post
summary: POST /api/EditSSLCertAPI
tags:
- website
parameters: []
x-cli-body-fallback: true
requestBody:
required: false
content:
application/json:
schema:
type: object
/api/UploadSSLCertAPI:
post:
operationId: UploadSSLCertAPI_post
summary: POST /api/UploadSSLCertAPI
tags:
- website
parameters: []
x-cli-body-fallback: true
requestBody:
required: false
content:
application/json:
schema:
type: object
/api/WebsiteAPI:
post:
operationId: WebsiteAPI_post
summary: POST /api/WebsiteAPI
tags:
- website
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: 站点名称
server_names:
type: string
description: 域名
ports:
type: array
description: 监听端口
items:
type: string
ssl_cert:
type: integer
description: SSL 证书 ID
servers:
type: array
description: 业务服务器地址
items:
type: string
remark:
type: string
description: 备注信息
required:
- is_enabled
- is_enabled
- name
- server_names
- ports
- servers
put:
operationId: WebsiteAPI_put
summary: PUT /api/WebsiteAPI
tags:
- website
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
id:
type: integer
description: ID
is_enabled:
type: boolean
description: 站点状态
name:
type: string
description: 站点名称
server_names:
type: string
description: 域名
ports:
type: array
description: 监听端口
items:
type: string
ssl_cert:
type: integer
description: SSL 证书 ID
servers:
type: array
description: 业务服务器地址
items:
type: string
remark:
type: string
description: 备注信息
required:
- id
- is_enabled
- name
- ports
- server_names
- servers
delete:
operationId: WebsiteAPI_delete
summary: DELETE /api/WebsiteAPI
tags:
- website
parameters: []
x-cli-body-fallback: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
id__in:
type: string
description: ID 列表
delete_all_resources:
type: boolean
description: 是否使用所有资源
required:
- delete_all_resources