Lmnt

Learn how to use Lmnt with Composio

Overview

SLUG

LMNT

Description

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

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: LMNT_CREATE_VOICE

Creates a voice in lmnt.

Action Parameters

description
string
enhance
boolean
files
objectRequired
gender
string
name
stringRequired
type
stringDefaults to instant

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LMNT_DELETE_VOICE_INFO

Deletes information about a specific voice in lmnt.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LMNT_GET_ACCOUNT

Gets an account in lmnt.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LMNT_GET_VOICES_LIST

Gets a list of voices in lmnt.

Action Parameters

owner
stringDefaults to all
starred
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LMNT_GET_VOICE_INFO

Gets information about a specific voice in lmnt.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LMNT_SYNTHESIZE_SPEECH

Synthesizes speech from text using a specific voice in lmnt.

Action Parameters

conversational
boolean
text
stringRequired
voice
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: LMNT_UPDATE_VOICE

Updates information about a specific voice in lmnt.

Action Parameters

description
string
gender
string
id
stringRequired
name
string
starred
boolean
unfreeze
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired