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

Camb.AI Transcription API

Speech-to-text transcription with timestamps.

Camb.AI Transcription API is one of 6 APIs that Camb.AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

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

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://client.camb.ai/apis.

2 operations 2 paths 4 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://client.camb.ai/apis
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Camb.AI Transcription API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (apiKeyAuth). By default, every request must be authenticated.

Paths & Operations 2

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

Transcription 2

Speech-to-text transcription with timestamps.

POST
/transcribe
Create a transcription task
createTranscription body → 200401
GET
/transcribe/{task_id}
Poll a transcription task
getTranscriptionStatus 1 param → 200401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are TranscriptionRequest (5 properties), TaskStatus (2 properties), Error (2 properties), TaskCreated (1 property). Each schema is shown below with its type and property counts.

Error
object
2 properties
TaskCreated
object
1 property
TranscriptionRequest
object
5 properties 1 required
TaskStatus
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

camb-ai-transcription-api-openapi.yml Raw ↑

Other APIs Camb.AI publishes across the network.

Camb.AI Dubbing API
Camb.AI Languages API
Camb.AI Text-to-Speech API
Camb.AI Translation API
Camb.AI Voices API