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
description
enhance
files
gender
name
type
Action Response
data
error
successful
LMNT_DELETE_VOICE_INFO
Deletes information about a specific voice in lmnt.
Action Parameters
id
Action Response
data
error
successful
LMNT_GET_ACCOUNT
Gets an account in lmnt.
Action Parameters
Action Response
data
error
successful
LMNT_GET_VOICES_LIST
Gets a list of voices in lmnt.
Action Parameters
owner
starred
Action Response
data
error
successful
LMNT_GET_VOICE_INFO
Gets information about a specific voice in lmnt.
Action Parameters
id
Action Response
data
error
successful
LMNT_SYNTHESIZE_SPEECH
Synthesizes speech from text using a specific voice in lmnt.
Action Parameters
conversational
text
voice
Action Response
data
error
successful
LMNT_UPDATE_VOICE
Updates information about a specific voice in lmnt.
Action Parameters
description
gender
id
name
starred
unfreeze
Action Response
data
error
successful