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

RightNow AI Audio API

The Audio API from RightNow AI — 2 operation(s) for audio.

RightNow AI Audio API is one of 7 APIs that RightNow AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Audio. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

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

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

2 operations 2 paths 4 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026-04-24
Base URL
https://api.runinfra.ai/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

RightNow AI Audio API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — RunInfra API key. Generate at https://runinfra.ai/settings/api-keys

Paths & Operations 2

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

Audio 2
POST
/audio/transcriptions
Transcribe audio
createTranscription body → 200400401402403404409429
POST
/audio/speech
Generate speech
createSpeech body → 200400401402403404409429

Schemas 4

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

TranscriptionRequest
object
6 properties 2 required
Error
object
1 property
SpeechRequest
object
5 properties 2 required
Transcription
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rightnow-audio-api-openapi.yml Raw ↑

Other APIs RightNow AI publishes across the network.

RightNow AI Chat API
RightNow AI Embeddings API
RightNow AI Images API
RightNow AI Models API
RightNow AI Rerank API
RightNow AI Responses API