Lmnt
Learn how to use Lmnt with Composio
Overview
Enum
LMNT
Description
LMNT is an API for text-to-speech and voice cloning
Authentication Details
API_KEY
api_key
Actions
LMNT_CREATE_VOICE
Creates a voice in lmnt.
Action Parameters
name
enhance
type
gender
description
files
Action Response
data
successful
error
LMNT_SYNTHESIZE_SPEECH
Synthesizes speech from text using a specific voice in lmnt.
Action Parameters
voice
text
conversational
Action Response
data
successful
error
LMNT_UPDATE_VOICE
Updates information about a specific voice in lmnt.
Action Parameters
id
description
gender
name
starred
unfreeze
Action Response
data
successful
error
LMNT_DELETE_VOICE_INFO
Deletes information about a specific voice in lmnt.
Action Parameters
id
Action Response
data
successful
error
LMNT_GET_VOICES_LIST
Gets a list of voices in lmnt.
Action Parameters
starred
owner
Action Response
data
successful
error
LMNT_GET_ACCOUNT
Gets an account in lmnt.
Action Parameters
Action Response
data
successful
error
LMNT_GET_VOICE_INFO
Gets information about a specific voice in lmnt.
Action Parameters
id
Action Response
data
successful
error