Resemble AI
API Documentation Site
Just 5 lines to get started!
Create a voice from your dataset.
(Alternatively, use our web platform to add a marketplace voice or record your voice.)
Then, proceed to synthesize content using our sync/async or streaming endpoints!
NodeJS
1
2
3
4
5
import { Resemble } from '@resemble/node'
Resemble.setApiKey('YOUR_API_TOKEN')
await Resemble.v2.voices.create({ name: "MyVoice", dataset_url: 'https://../dataset.zip' })