POST
/
api
/
createaudiofilechanger
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"
}

Headers

Authorization
string
required

Bearer token for authorization

Body

application/json

Response

200
application/json

Task node successfully created.

The response is of type object.