Create an Audio Edit
This endpoint creates an Audio Edit.
note
Please ensure the audio file has a duration less than 20 seconds. Files over 20 seconds will be ignored.
HTTP Request
POST https://app.resemble.ai/api/v2/edit
Multipart Form Body | Type | Description | Required |
---|---|---|---|
input_audio | File | The maximum length is 20 seconds. The following formats are supported: wav, mp3, m4a, wma | Yes |
original_transcript | string | The transcript of the input audio file. This will need to be accurate or the output audio will not be correct | Yes |
target_transcript | string | The target transcript of the output audio | Yes |
voice_uuid | string | Voice UUID | Yes |
HTTP Response
{
"success": true,
"item": {
"uuid": <string>,
"voice_uuid": <string>,
"original_transcript": <string>,
"target_transcript": <string>,
"input_audio_url": <string>
}
}
Example
NodeJS
1
Coming soon...
Try it out!
API Key:
Multipart Body:
Input Audio:
Original Transcript:
Target Transcript:
Voice UUID: