Characters
Talk to a character (one turn)
Called from the EMBED’S BROWSER with the session token (the token IS the auth — no API key). The persona / lore / stance palette are loaded SERVER-side from the stored character; the client only sends what it said. Returns the character’s reply, the stance it moved to, an emotion, the updated affect, and an optional action. Metered as a ‘say’ turn.
POST
Talk to a character (one turn)
Authorizations
The scoped runtime session JWT from POST /v1/sessions/token. The embed's browser presents it (Authorization: Bearer, or a token body field) to the runtime exchange routes. Not an API key.
Path Parameters
Body
application/json
Previous
Synthesize a character's voiceCalled from the EMBED'S BROWSER with the session token. Synthesizes the line in the character's configured voice and streams back audio/mpeg. Metered as a 'tts' turn.
Next
Talk to a character (one turn)