Aller au contenu

REST API — Other

Ce contenu n’est pas encore disponible dans votre langue.

Method Path What it does
GET /api/chat-thread/{thread_id}/audio/{audio_id} A signed playback URL for a persisted clip.
POST /api/chat-thread/{thread_id}/speech Text → audio bytes. Nothing is stored; the client plays and discards.
POST /api/chat-thread/{thread_id}/transcribe Audio → text. The transcript is returned, never stored: the client sends it as an ordinary chat message and THAT is what persists.