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

Inworld AI Speech To Text API

Transcribe audio to text.

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

This API exposes 1 JSON Schema definition.

Tagged areas include Speech To Text. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, an AsyncAPI specification, a JSON-LD context, and 1 JSON Schema.

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

Requests are made against a single base URL, https://api.inworld.ai.

2 operations 2 paths 4 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Server
https://api.inworld.ai
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Inworld AI Speech To Text API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). 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.

Speech To Text 2

Transcribe audio to text.

POST
/stt/v1/transcribe
Transcribe Audio
transcribeAudio body → 2004XX
GET
/stt/v1/transcribe:stream
Streaming Transcribe (WebSocket)
streamTranscribe → 101

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are TranscribeConfig (10 properties), Error (2 properties), TranscribeRequest (2 properties), TranscribeResponse (2 properties). Each schema is shown below with its type and property counts.

TranscribeResponse
object
2 properties
TranscribeRequest
object
2 properties 2 required
TranscribeConfig
object
10 properties 2 required
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inworld-ai-speech-to-text-api-openapi.yml Raw ↑

Other APIs Inworld AI publishes across the network.

Inworld LLM Router API
Inworld AI Models API
Inworld AI Realtime API
Inworld AI Text To Speech API
Inworld AI Voices API