cURL
curl --request POST \ --url https://upload.fineshare.com/api/uploadaudiofile/{uuid} \ --header 'Authorization: <authorization>' \ --header 'Changer-Type: <changer-type>' \ --header 'Content-Type: multipart/form-data' \ --form audioFile=@example-file
{ "message": "Audio file uploaded successfully.", "uuid": "123e4567-e89b-12d3-a456-426614174000" }
Bearer token for authorization.
The type value returned in the step 1.
The task_id returned in the step 1.
Audio file successfully uploaded.
The response is of type object.
object