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 Tools API

Built-in tool listing and async tool execution polling

QuantCDN AI Tools 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 Tools. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 5 operations across 5 paths, and defines 13 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.

5 operations 5 paths 13 schemas 5 GET

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 Tools 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 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

AI Tools 5

Built-in tool listing and async tool execution polling

GET
/api/v3/organizations/{organisation}/ai/tools
List available built-in tools for function calling
listAITools 1 param → 200403500
GET
/api/v3/organizations/{organisation}/ai/tools/names
List tool names only (lightweight response)
listAIToolNames 1 param → 200403500
GET
/api/v3/organizations/{organisation}/ai/tools/executions/{executionId}
Get async tool execution status and result
getAIToolExecutionStatus 2 params → 200404403500
GET
/api/v3/organizations/{organisation}/ai/tools/orchestrations/{orchestrationId}
Get Tool Orchestration Status (Async Tool Polling)
getAIOrchestrationStatus 2 params → 200404403500
GET
/api/v3/organizations/{organisation}/ai/tools/executions
List tool executions for monitoring and debugging
listAIToolExecutions 3 params → 200400403500

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are getAIToolExecutionStatus_200_response (9 properties), getAIOrchestrationStatus_200_response (9 properties), getAIOrchestrationStatus_200_response_tools_inner (5 properties), listAIToolExecutions_200_response_executions_inner (5 properties). Each schema is shown below with its type and property counts.

listAITools_200_response_tools_inner_toolSpec
object
3 properties
getAIOrchestrationStatus_404_response
object
2 properties
listAITools_200_response_tools_inner
object
1 property
getAIOrchestrationStatus_200_response_tools_inner
object
5 properties
listAIToolExecutions_200_response_executions_inner
object
5 properties
listAIToolNames_200_response
object
2 properties 2 required
getAIToolExecutionStatus_200_response_result
object
Tool execution result (only present when status='complete'). Structure varies by tool type.
2 properties
listAITools_200_response
object
2 properties 2 required
listAITools_200_response_tools_inner_toolSpec_inputSchema
object
1 property
listAIToolExecutions_200_response
object
4 properties 3 required
getAIOrchestrationStatus_200_response
object
9 properties 4 required
getAIToolExecutionStatus_404_response
object
2 properties
getAIToolExecutionStatus_200_response
object
9 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-ai-tools-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 Filter Policies 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