Skip to main content
Version: 2.0.0

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 ParametersTypeDescription
pagenumber starting from 1The 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: