cURL
curl --request POST \ --url https://api.creatify.ai/api/voices/ \ --header 'Content-Type: application/json' \ --header 'X-API-ID: <api-key>' \ --header 'X-API-KEY: <api-key>' \ --data ' { "original_audio_url": "<string>", "name": "<string>" } '
{ "name": "<string>", "accents": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accent_name": "<string>", "preview_url": "<string>" } ], "gender": "male" }
API ID, from your settings page.
API Key, from your settings page.
URL of the original audio used for cloning
1000
Name of the cloned voice
255
Show child attributes
male
female
non_binary