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

LLM Router configurations

Inworld AI Router API is one of 10 APIs that Inworld AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Router. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

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

6 operations 3 paths 1 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.inworld.ai
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Inworld AI Router API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — Authentication uses HTTP Basic with the API key as the username (password empty), encoded as: Authorization: Basic base64(apiKey:). Get an API key at https://p…

Paths & Operations 6

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

Router 6

LLM Router configurations

GET
/v1/routers
List routers
listRouters → 200
POST
/v1/routers
Create router
createRouter body → 201
GET
/v1/routers/{id}
Get router
getRouter 1 param → 200
PATCH
/v1/routers/{id}
Update router
updateRouter 1 param body → 200
DELETE
/v1/routers/{id}
Delete router
deleteRouter 1 param → 204
POST
/v1/chat/completions
Create chat completion (OpenAI-compatible)
createChatCompletion body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Router (3 properties). Each schema is shown below with its type and property counts.

Router
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inworld-router-api-openapi.yml Raw ↑

Other APIs Inworld AI publishes across the network.

Inworld Text-to-Speech API
Inworld Speech-to-Text API
Inworld Realtime API
Inworld LLM Router API
Inworld AI Models API
Inworld AI Realtime API
Inworld AI STT API
Inworld AI TTS API
Inworld AI Voices API