.wav from a base64-encoded or multipart file. Audio is normalized to 8-bit/8kHz/mono. Sets source-type=upload.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/speech-words//upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"base64_file": "string",
"language": "en_us",
"script": "string"
}'{}