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.
The audio file to upload.
Audio file successfully uploaded.
"Audio file uploaded successfully."
"123e4567-e89b-12d3-a456-426614174000"