Skip to main content
WSS
/
v1
/
tts
/
slng
/
inworld
/
max:1.5

Documentation Index

Fetch the complete documentation index at: https://docs.slng.ai/llms.txt

Use this file to discover all available pages before exploring further.

Messages
bearer
type:http

API key issued by SLNG. Pass as Authorization: Bearer <token> in the WebSocket upgrade request headers.

method
type:string

GET

headers
type:object
X-Region-Override
type:enum

Target region override. Auto-selected if not provided. Available regions: us-east-1.

Available options: us-east-1
Init Request (Inworld Max 1.5)
type:object

Initialize an SLNG-hosted Inworld Max 1.5 session.

Text Message
type:object

Send text to synthesize into audio output.

Flush Message
type:object

Force any buffered text/audio to be finalized and delivered.

Close Message
type:object

Close the session and stop any further audio.

Audio Chunk
type:object

Chunk of base64-encoded audio data.

Audio End
type:object

Signals the end of audio generation.

Error Response
type:object

Indicates an error occurred during synthesis.