Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

QuantCDN AI Filter Policies API

AI Filter Policies

QuantCDN AI Filter Policies API is one of 38 APIs that QuantCDN publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AI Filter Policies. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 7 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 4.15.8.

Requests are made against 2 base URLs: https://dashboard.quantcdn.io, https://dash.quantgov.cloud.

7 operations 4 paths 4 schemas 1 DELETE2 GET1 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.15.8
Base URL
https://dashboard.quantcdn.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

QuantCDN AI Filter Policies API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Enter your Bearer token in the format: Bearer . Obtain your API token from the QuantCDN dashboard under Profile API Tokens.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 1 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

AI Filter Policies 7

AI Filter Policies

GET
/api/v3/organizations/{organisation}/ai/filter-policies
List AI filter policies for an organisation
listFilterPolicies 1 param → 200500
POST
/api/v3/organizations/{organisation}/ai/filter-policies
Create an AI filter policy for an organisation
createFilterPolicy 1 param body → 201422500
DELETE
/api/v3/organizations/{organisation}/ai/filter-policies/{policyId}
Delete a specific AI filter policy
deleteFilterPolicy 2 params → 200500
GET
/api/v3/organizations/{organisation}/ai/filter-policies/{policyId}
Get a specific AI filter policy
getFilterPolicy 2 params → 200404
PUT
/api/v3/organizations/{organisation}/ai/filter-policies/{policyId}
Update a specific AI filter policy
updateFilterPolicy 2 params body → 200422500
PUT
/api/v3/organizations/{organisation}/ai/filter-policies/{policyId}/enable
Enable a specific AI filter policy
enableFilterPolicy 2 params → 200500
PUT
/api/v3/organizations/{organisation}/ai/filter-policies/{policyId}/disable
Disable a specific AI filter policy
disableFilterPolicy 2 params → 200500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are createFilterPolicy_request_rules_inner (4 properties), updateFilterPolicy_request (4 properties), createFilterPolicy_request (4 properties), createFilterPolicy_request_rules_inner_match (3 properties). Each schema is shown below with its type and property counts.

createFilterPolicy_request
object
4 properties 2 required
createFilterPolicy_request_rules_inner_match
object
Match criteria
3 properties
updateFilterPolicy_request
object
4 properties
createFilterPolicy_request_rules_inner
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-ai-filter-policies-api-openapi.yml Raw ↑

Other APIs QuantCDN publishes across the network.

QuantCDN AI Agents API
QuantCDN AI Custom Tools API
QuantCDN AI File Storage API
QuantCDN AI Governance API
QuantCDN AI Inference API
QuantCDN AI Models API
QuantCDN AI Monitoring API
QuantCDN AI Orchestrations API
QuantCDN AI Sessions API
QuantCDN AI Skills API
QuantCDN AI Slack Bots API
QuantCDN AI Task Management API