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
stringRequired

Actions

Creates a voice in lmnt.

Action Parameters

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

Action Response

data
object
error
successful
boolean

Deletes information about a specific voice in lmnt.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

Gets an account in lmnt.

Action Parameters

Action Response

data
object
error
successful
boolean

Gets a list of voices in lmnt.

Action Parameters

owner
stringDefaults to all
starred
boolean

Action Response

data
object
error
successful
boolean

Gets information about a specific voice in lmnt.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean

Synthesizes speech from text using a specific voice in lmnt.

Action Parameters

conversational
boolean
text
stringRequired
voice
stringRequired

Action Response

data
object
error
successful
boolean

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
object
error
successful
boolean