TTS deprecated endpoints hidden from API ref; delete-voice endpoint retired from docs
TTS deprecated endpoints hidden from API ref; delete-voice endpoint retired from docs
Nine deprecated TTS endpoints are hidden from the v4 API-reference sidebar. Old bookmarked URLs 301-redirect to the current unified endpoints on /waves/v1/tts and /waves/v1/voice-cloning. Wire-level behavior is unchanged. Existing customer code keeps working.
Hidden from sidebar:
POST /waves/v1/lightning-v3.1/get_speech,POST /waves/v1/lightning-v3.1/stream,WSS /waves/v1/lightning-v3.1/get_speech/stream(superseded byPOST /waves/v1/tts+POST /waves/v1/tts/live+WSS /waves/v1/tts/live)POST /waves/v1/lightning-v2/get_speech,POST /waves/v1/lightning-v2/stream,WSS /waves/v1/lightning-v2/get_speech/stream(deprecated, superseded by the same unified routes)POST /waves/v1/lightning-large/add_voice(superseded byPOST /waves/v1/voice-cloning)GET /waves/v1/lightning-large/get_cloned_voices(superseded byGET /waves/v1/voice-cloning)
Retired from docs:
DELETE /waves/v1/lightning-large(previously documented as “Delete a Voice Clone”) returnsHTTP 410 MODEL_DEPRECATEDon the platform today and no longer works. Its OpenAPI spec, override, and how-to guide have been removed from the docs. API delete is currently only available from the dashboard at app.smallest.ai → Voices → Delete. Platform work to expose a bearer-key-authenticatedPOST /waves/v1/voice-cloning/deleteroute is tracked separately; the endpoint will be re-documented once available.

