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 Task Management API

Multi-agent task coordination and dependency management

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

This API exposes 6 operations across 3 paths, and defines 10 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.

6 operations 3 paths 10 schemas 1 DELETE3 GET1 POST1 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 Task Management 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 6

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

AI Task Management 6

Multi-agent task coordination and dependency management

GET
/api/v3/organizations/{organisation}/ai/tasks
List tasks with optional filtering
listTasks 7 params → 200500
POST
/api/v3/organizations/{organisation}/ai/tasks
Create a new task
createTask 1 param body → 201400500
DELETE
/api/v3/organizations/{organisation}/ai/tasks/{taskId}
Delete a task
deleteTask 3 params → 200409404500
GET
/api/v3/organizations/{organisation}/ai/tasks/{taskId}
Get task details
getTask 2 params → 200404500
PUT
/api/v3/organizations/{organisation}/ai/tasks/{taskId}
Update a task
updateTask 2 params body → 200400404500
GET
/api/v3/organizations/{organisation}/ai/tasks/{taskListId}/dependency-graph
Get dependency graph for a task list
getDependencyGraph 2 params → 200500

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are getTask_200_response (24 properties), updateTask_request (15 properties), listTasks_200_response_tasks_inner (12 properties), createTask_request (11 properties). Each schema is shown below with its type and property counts.

createTask_201_response
object
5 properties
updateTask_request
object
15 properties
updateTask_200_response
object
3 properties
deleteTask_200_response
object
3 properties
listTasks_200_response
object
4 properties
getDependencyGraph_200_response
object
5 properties
createTask_request
object
11 properties 1 required
deleteTask_409_response
object
3 properties
getTask_200_response
object
24 properties
listTasks_200_response_tasks_inner
object
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-ai-task-management-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