cURL
curl --request POST \ --url https://voiceai.fineshare.com/api/createaudiofilechanger \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "voice": "leo", "from": "fv-file-changer", "operation": "FVC", "engine": "v5" }'
{ "message": "Task node created successfully.", "taskId": "task_id" }
Bearer token for authorization
"leo"
fv-file-changer
"fv-file-changer"
FVC
"FVC"
v5
v7
"v5"
Task node successfully created.
"Task node created successfully."
"task_id"