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

Kotoba transcriptionApi API

The transcriptionApi API from Kotoba — 2 operation(s) for transcriptionapi.

Kotoba transcriptionApi API is published by Kotoba on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

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

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

Requests are made against the base URL https://api.kotobatech.ai.

2 operations 2 paths 6 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.kotobatech.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kotoba transcriptionApi API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — HTTP Bearer authentication. Pass the Kotoba API key as a Bearer token via the Authorization header. Server-side use only.

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.

transcriptionApi 2
POST
/v1/transcription_jobs
Submit an audio file for asynchronous transcription.
submit-transcription-job-v-1-transcription-jobs-post body → 202422
GET
/v1/transcription_jobs/{job_id}
Fetch the transcription result for a completed job.
get-transcription-job-v-1-transcription-jobs-job-id-get 1 param → 200422

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ValidationError (3 properties), Segment (3 properties), HTTPValidationError (1 property), JobIDResponse (1 property). Each schema is shown below with its type and property counts.

Transcription API_get_transcription_job_v1_transcription_jobs__job_id__get_Response_200
Segment
object
3 properties 3 required
ValidationErrorLocItems
ValidationError
object
3 properties 3 required
JobIDResponse
object
1 property 1 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kotoba-transcriptionapi-api-openapi.yml Raw ↑