Commit b4a67b

2026-04-16 06:00:40 Anonymous: update
indra-swarm/api.md ..
@@ 41,14 41,16 @@
**Test Curl**
```
- curl -X \
- POST http://192.168.40.40:8002/v1/audio/speech -H \
- "Content-Type: application/json" -d '{
- "text": "This is a text-to-speech system check. Audio synthesis is functional on Indra.",
- "voice_ref": "nona.wav",
+ curl -X POST http://192.168.40.40:8002/v1/audio/speech \
+ -H "Content-Type: application/json" \
+ -d '{
+ "model": "tts-1",
+ "input": "This is a text-to-speech system check. Audio synthesis is functional on Indra.",
+ "voice": "nona",
+ "response_format": "wav",
"seed": 42
- }' --output \
- tts_test.wav
+ }' \
+ --output tts_test.wav
```
to change voices, set "voice ref" to any of the following:
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9