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 Translation API

Neural text translation via the BOLI model.

Camb.AI Translation 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 Translation. 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 Translation 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.

Translation 2

Neural text translation via the BOLI model.

POST
/translate
Create a translation task
createTranslation body → 200401
GET
/translate/{task_id}
Poll a translation task
getTranslationStatus 1 param → 200401

Schemas 4

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

TranslationRequest
object
5 properties 3 required
Error
object
2 properties
TaskCreated
object
1 property
TaskStatus
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

camb-ai-translation-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 Transcription API
Camb.AI Voices API