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
Task node successfully created.
The response is of type object.
object