Get all Audio Edits
This endpoint retrieves all of the Audio Edits in your user account.
HTTP Request
GET https://app.resemble.ai/api/v2/edit?page=1
Query Parameters | Type | Description |
---|---|---|
page | number starting from 1 | The page number to fetch. Each page will have 10 Edits |
HTTP Response
{
"success": true,
"page": <number>,
"total_count": <number>,
"audio_edit": Array<{
"uuid": <string>,
"voice_uuid": <string>,
"original_transcript": <string>,
"target_transcript": <string>,
"input_audio_url": <string>,
"result_audio_url": <string>
}>
}
Examples
NodeJS
1
Coming soon...
Try it out
API Key:
Page: