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

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

Action Response

data
object
successful
boolean
error

Synthesizes speech from text using a specific voice in lmnt.

Action Parameters

voice
stringRequired
text
stringRequired
conversational
boolean

Action Response

data
object
successful
boolean
error

Updates information about a specific voice in lmnt.

Action Parameters

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

Action Response

data
object
successful
boolean
error

Deletes information about a specific voice in lmnt.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error

Gets a list of voices in lmnt.

Action Parameters

starred
boolean
owner
stringDefaults to all

Action Response

data
object
successful
boolean
error

Gets an account in lmnt.

Action Parameters

Action Response

data
object
successful
boolean
error

Gets information about a specific voice in lmnt.

Action Parameters

id
stringRequired

Action Response

data
object
successful
boolean
error