NAiOS IconNAiOS Logo
Volver al catálogo

LMNT

lmnt

LMNT focuses on voice and audio manipulation, possibly leveraging AI to generate or transform sound for various creative and technical use cases

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Creates a voice in lmnt.

Parámetros de entrada

  • namestringObligatorio

    The display name for this voice

  • typestring

    The type of voice to create.

  • filesobjectObligatorio

    One or more input audio files to train the voice

  • genderstring

    A tag describing the gender of this voice. Has no effect on voice creation.

  • enhanceboolean

    For unclean audio with background noise, applies processing to attempt to improve quality.

  • descriptionstring

    A text description of this voice.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Voice InfoLMNT_DELETE_VOICE_INFOAcción

Deletes information about a specific voice in lmnt.

Parámetros de entrada

  • idstringObligatorio

    The ID of the voice

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AccountLMNT_GET_ACCOUNTAcción

Gets an account in lmnt.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Voice InfoLMNT_GET_VOICE_INFOAcción

Gets information about a specific voice in lmnt.

Parámetros de entrada

  • idstringObligatorio

    The ID of the voice

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Voices ListLMNT_GET_VOICES_LISTAcción

Gets a list of voices in lmnt.

Parámetros de entrada

  • ownerstring

    Which owner's voices to return. Choose from system, me, or all.

  • starredboolean

    If true, only returns voices that you have starred.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Synthesize SpeechLMNT_SYNTHESIZE_SPEECHAcción

Synthesizes speech from text using a specific voice in lmnt.

Parámetros de entrada

  • textstringObligatorio

    The text to be synthesized into speech

  • voicestringObligatorio

    The ID of the voice to use for speech synthesis

  • conversationalboolean

    Whether to use a conversational tone

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Voice InfoLMNT_UPDATE_VOICEAcción

Updates information about a specific voice in lmnt.

Parámetros de entrada

  • idstringObligatorio

    The ID of the voice

  • namestring

    The display name for this voice.

  • genderstring

    A tag describing the gender of this voice, e.g. male, female, nonbinary.

  • starredboolean

    If true, adds this voice to your starred list.

  • unfreezeboolean

    If true, unfreezes this voice and upgrades it to the latest model.

  • descriptionstring

    A description of this voice.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not