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

Zocomputer AI API

The AI API from Zocomputer — 3 operation(s) for ai.

Zocomputer AI API is one of 2 APIs that Zocomputer publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AI. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 17 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.zo.computer.

3 operations 3 paths 17 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://api.zo.computer
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — Zo API key (zosk...)

Paths & Operations 3

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

AI 3
POST
/zo/ask
Ask Zo
zoAsk body → 200422
GET
/models/available
List available models
getAvailableModels → 200
GET
/models/catalog
Get the full model catalog
getModelCatalog → 200

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are PublicModelChoice (30 properties), ZoAskRequest (7 properties), ZoModelInfo (7 properties), ModelCatalogResponse (7 properties). Each schema is shown below with its type and property counts.

ValidationError
object
3 properties 3 required
StructuredOutputFormat
object
Example with the various kind of properties that can be stated: { "type": "object", "description": "descriptions are optional but helpful, each property can ha…
4 properties 3 required
PublicModelChoice
object
One model in the public catalog. Mirrors the public (non-billing) fields of ha-core ModelChoice — Stripe meter-item ids and deprecatedby are stripped. Shape-fo…
30 properties 7 required
ZoModelInfo
object
7 properties 3 required
HTTPValidationError
object
1 property
ModelCatalogResponse
object
Full public model catalog served by GET /models/catalog. Mirrors the baked types/generated/models.ts manifest (the picker list plus the scalar globals) so the…
7 properties 6 required
CatalogReasoningRange
object
Reasoning configured as a continuous thinking-token budget.
3 properties 3 required
CatalogReasoningLevels
object
Reasoning configured as discrete levels (e.g. low/medium/high).
2 properties 2 required
ZoModelsResponse
object
Response from /models/available endpoint.
2 properties 2 required
PropertyScalar
object
2 properties 1 required
PropertyArray
object
3 properties 2 required
PropertyObject
object
4 properties 3 required
CatalogReasoningLevel
object
One selectable reasoning level in a model's reasoning slider.
2 properties 2 required
PropertyEnum
object
3 properties 2 required
ZoAskRequest
object
7 properties 1 required
ZoAskResponseError
object
1 property 1 required
ZoAskResponseSuccess
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zocomputer-ai-api-openapi.yml Raw ↑

Other APIs Zocomputer publishes across the network.

Zocomputer Personas API