Skip to main content
POST
Create a voice

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

multipart/form-data
audioFile
file
required

Audio recording to clone the voice from. Must be non-empty.

name
string
required

Voice name

languageCode
string
required

Language code, 2 or 3 lowercase characters (e.g. "en", "de")

Required string length: 2 - 3

Response

Voice created successfully

A cloned voice available for AI voice message steps

id
integer

Voice ID

name
string

Voice name

languageCode
string

Language code the voice was created with (e.g. "en", "de")

isDefault
boolean

Whether this is the team default voice, used when a LinkedIn account has no voice explicitly linked

createdAtUtc
string<date-time>

When the voice was created, in UTC