API Reference

Interact with the VoiceForge engine programmatically.

POST/api/v1/clone

Create a new voice model from an audio sample.

{ "name": "My Voice", "files": [binary_audio_data] }
POST/api/v1/generate

Generate speech from text using a specific model.

{ "text": "Hello world", "voice_id": "voice_123", "speed": 1.0 }