LMNT
lmntLMNT focuses on voice and audio manipulation, possibly leveraging AI to generate or transform sound for various creative and technical use cases
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create VoiceLMNT_CREATE_VOICEAcciónCreates a voice in lmnt.
LMNT_CREATE_VOICEAcciónCreates a voice in lmnt.
Parámetros de entrada
namestringObligatorioThe display name for this voice
typestringThe type of voice to create.
filesobjectObligatorioOne or more input audio files to train the voice
genderstringA tag describing the gender of this voice. Has no effect on voice creation.
enhancebooleanFor unclean audio with background noise, applies processing to attempt to improve quality.
descriptionstringA text description of this voice.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Voice InfoLMNT_DELETE_VOICE_INFOAcciónDeletes information about a specific voice in lmnt.
LMNT_DELETE_VOICE_INFOAcciónDeletes information about a specific voice in lmnt.
Parámetros de entrada
idstringObligatorioThe ID of the voice
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AccountLMNT_GET_ACCOUNTAcciónGets an account in lmnt.
LMNT_GET_ACCOUNTAcciónGets an account in lmnt.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Voice InfoLMNT_GET_VOICE_INFOAcciónGets information about a specific voice in lmnt.
LMNT_GET_VOICE_INFOAcciónGets information about a specific voice in lmnt.
Parámetros de entrada
idstringObligatorioThe ID of the voice
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Voices ListLMNT_GET_VOICES_LISTAcciónGets a list of voices in lmnt.
LMNT_GET_VOICES_LISTAcciónGets a list of voices in lmnt.
Parámetros de entrada
ownerstringWhich owner's voices to return. Choose from system, me, or all.
starredbooleanIf true, only returns voices that you have starred.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Synthesize SpeechLMNT_SYNTHESIZE_SPEECHAcciónSynthesizes speech from text using a specific voice in lmnt.
LMNT_SYNTHESIZE_SPEECHAcciónSynthesizes speech from text using a specific voice in lmnt.
Parámetros de entrada
textstringObligatorioThe text to be synthesized into speech
voicestringObligatorioThe ID of the voice to use for speech synthesis
conversationalbooleanWhether to use a conversational tone
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Voice InfoLMNT_UPDATE_VOICEAcciónUpdates information about a specific voice in lmnt.
LMNT_UPDATE_VOICEAcciónUpdates information about a specific voice in lmnt.
Parámetros de entrada
idstringObligatorioThe ID of the voice
namestringThe display name for this voice.
genderstringA tag describing the gender of this voice, e.g. male, female, nonbinary.
starredbooleanIf true, adds this voice to your starred list.
unfreezebooleanIf true, unfreezes this voice and upgrades it to the latest model.
descriptionstringA description of this voice.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not