GET
POST
GET
PUT
DELETE
Resemble AIResemble AICreate Voices / RecordingsGet all recordings
GET
https://api.lowcodeapi.com/resembleai/v2/voices/voice_uuid/recordings
Query Parameters 3
voice_uuidstring
pagenumber
page_sizenumber
Parameters Description
voice_uuidstring
UUID of the voice to which the recording belongs
pagenumber
The page to fetch
page_sizenumber
Determines the number of items per page
Overview

This endpoint retrieves recordings for a particular voice.

API Reference Link
https://docs.app.resemble.ai/docs/create_voices/resource_recording/all
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/resembleai/v2/voices/voice_uuid/recordings' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00