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.
consent-in-your-product
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.
Frequently asked questions
Can I add voice cloning to my creator app?
How do users consent inside my app?
Can each user have their own voice?
Start building
Let your users clone their own voice inside your product, with consent.