voice cloning for creators

Let your users clone their own voice inside your product, with consent.

  • Self-serve zero-shot cloning via API
  • Users clone from a short sample
  • Consent captured per voice
  • Synthesize by returned voice ID

definition

Voice cloning for creator tools means building a cloning feature into your own product, so users clone their voice and generate content in it. The Speechify Build API provides the endpoints; you provide the flow. Zero-shot cloning is self-serve, which is what makes an in-app experience possible.

the-in-app-flow

A user records a short sample and gives consent in your UI. Your app POSTs to /v1/voices with the sample and a consent record, receives a voice ID, and synthesizes the user’s content with it. Each user gets their own voice ID, so voices stay separate per account.

The consent record, the user’s full name and email, is required on every create call, so your flow captures it as part of cloning. That keeps every user-created voice authorized. See instant cloning.

managing-user-voices

Retrieve a voice, download its sample, or delete it with the corresponding endpoints, so your product can offer users control over their own voices. See the voice cloning API.

FAQ

Frequently asked questions

Can I add voice cloning to my creator app?
Yes. The Speechify Build API lets you build a voice-cloning feature into a product: a user records a short sample, provides consent, and you POST to /v1/voices to create their voice. You then synthesize their content by the returned voice ID. Zero-shot cloning is self-serve, so it fits an in-app flow.
How do users consent inside my app?
Your app collects the consent details, the user's full name and email, and passes them in the consent field of the create call. The record is required per voice, so your flow captures it as part of cloning.
Can each user have their own voice?
Yes. Each cloned voice has its own voice ID, so every user gets a personal voice they synthesize with. Manage voices with the get, sample, and delete endpoints.

Start building

Let your users clone their own voice inside your product, with consent.