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

Kalpa Labs Meta API

Health checks and capability discovery.

Kalpa Labs Meta API is one of 3 APIs that Kalpa Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Meta. The published artifact set on APIs.io includes an OpenAPI specification and an AsyncAPI specification.

This API exposes 4 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against 2 base URLs: https://api.kalpalabs.ai, http://localhost:8080.

4 operations 4 paths 6 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.kalpalabs.ai
Authentication
HTTP Bearer
Contact
License
Proprietary
Resource Areas
1

Authentication & Security 1

Kalpa Labs Meta API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (ApiKeyAuth).

  • ApiKeyAuth — Your Kalpa API key, sent as Authorization: Bearer (or the X-API-Key header).

Paths & Operations 4

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

Meta 4

Health checks and capability discovery.

GET
/health
Liveness probe
health_health_get → 200
GET
/v1/info
Backend info, default params, and limits
info_v1_info_get → 200
GET
/v1/models
List available public models
models_v1_models_get → 200
GET
/v1/voices
List available named voices
voices_v1_voices_get → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ModelCard (6 properties), InfoResponse (4 properties), VoiceCard (3 properties), HealthResponse (3 properties). Each schema is shown below with its type and property counts.

ModelsResponse
object
1 property 1 required
HealthResponse
object
3 properties 2 required
ModelCard
object
One public model variant, as listed by GET /v1/models.
6 properties 4 required
VoicesResponse
object
1 property 1 required
VoiceCard
object
One named voice, as listed by GET /v1/voices.
3 properties 3 required
InfoResponse
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kalpa-labs-meta-api-openapi.yml Raw ↑

Other APIs Kalpa Labs publishes across the network.

Kalpa Labs Speech API
Kalpa Labs Usage API