Skip to main content
Version: 2.0.0

Get a preset

This endpoint retrieves details of a specific voice settings preset by UUID.

HTTP Request

GET https://app.resemble.ai/api/v2/voice_settings_presets/:uuid
URL ParametersTypeDescription
uuidstringUUID of the preset

HTTP Response

{
"success": true,
"data": {
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "Energetic Voice",
"settings": {
"pace": 1.2,
"temperature": 1.1,
"pitch": 0.5,
"useHd": false,
"exaggeration": 0.5,
"description": "Speak energetically"
},
"is_public": false,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
}

Response Body

AttributeTypeDescription
successbooleanTrue if the request was successful
dataobjectThe preset object containing all settings and metadata
uuidstringUnique identifier for the preset
namestringName of the preset
settingsobjectVoice settings configuration
is_publicbooleanWhether this is a public/default preset (read-only)
created_atstringISO 8601 timestamp of when the preset was created
updated_atstringISO 8601 timestamp of when the preset was last updated

Examples

NodeJS
1 Coming soon...

Try it out

API Key: