REST API — Other
此内容尚不支持你的语言。
| 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. |