How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CentML Deployments API

The Deployments API from CentML — 6 operation(s) for deployments.

CentML Deployments API is one of 5 APIs that CentML publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Deployment. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 8 operations across 6 paths, and defines 6 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://api.centml.com/openai/v1, https://api.centml.com.

8 operations 6 paths 6 schemas 4 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.centml.com/openai/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

CentML Deployments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (CentML API key) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Set the Authorization: Bearer header. Serverless inference uses a serverless token; the platform API uses an account access token. Both are issued from the Cen…

Paths & Operations 8

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

Deployments 8
GET
/deployments
Lists all deployments for the account.
listDeployments 1 param → 200
POST
/deployments/inference
Creates a dedicated inference deployment.
createInferenceDeployment body → 200
PUT
/deployments/inference
Updates an existing inference deployment.
updateInferenceDeployment body → 200
GET
/deployments/inference/{deployment_id}
Retrieves an inference deployment by ID.
getInferenceDeployment 1 param → 200
POST
/deployments/compute
Creates a compute deployment.
createComputeDeployment body → 200
GET
/deployments/status/{deployment_id}
Gets the status of a deployment.
getDeploymentStatus 1 param → 200
PUT
/deployments/status/{deployment_id}
Updates the status of a deployment (e.g. pause or delete).
updateDeploymentStatus 1 param body → 200
GET
/deployments/logs/{deployment_id}
Returns logs for a deployment.
getDeploymentLogs 1 param → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Deployment (6 properties), CreateInferenceDeploymentRequest (6 properties), CreateComputeDeploymentRequest (3 properties), DeploymentStatus (2 properties). Each schema is shown below with its type and property counts.

DeploymentStatus
object
2 properties
CreateInferenceDeploymentRequest
object
6 properties 3 required
DeploymentLogs
object
1 property
DeploymentList
object
1 property
CreateComputeDeploymentRequest
object
3 properties 3 required
Deployment
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

centml-deployments-api-openapi.yml Raw ↑

Other APIs CentML publishes across the network.

CentML Chat API
CentML Clusters API
CentML Completions API
CentML Models API
Where this information came from

This is an independent, third-party profile of CentML Deployments API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.