Creates a custom voice in LMNT by training on uploaded audio samples. The voice can then be used for text-to-speech synthesis. Returns the voice ID and metadata upon successful creation. The voice may be in 'training' state initially before becoming 'ready'.
nameRequiredstringThe display name for this voice.
typestringThe type of voice to create. Use 'instant' for quick voice cloning or 'professional' for higher quality. Defaults to 'instant'.
filesRequiredobjectAudio file to train the voice. Supported formats: WAV, MP3, MP4, M4A, WebM. Maximum file size: 250 MB.
genderstringOptional gender tag for this voice (e.g., 'male', 'female', 'nonbinary'). This is metadata only and does not affect voice generation.
enhancebooleanWhether to apply audio processing to reduce background noise. Set to true for unclean audio, but note this may degrade quality in some cases. Defaults to false.
descriptionstringOptional text description of this voice for organizational purposes.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.