.wav to the system audio dir. Identical script+voice renders are served from cache. Stores the TTS engine/voice and a content hash for sync/reuse.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/speech-words//render' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"script": "string",
"language": "en_us",
"voice-id": "en-US-Wavenet-C",
"voice-engine": "google_wavenet",
"voice-language": "en-US"
}'{}