For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Status
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
  • API Reference
      • GETList voice settings presets
      • POSTCreate voice settings preset
      • GETGet voice settings preset
      • DELDelete voice settings preset
      • PATCHUpdate voice settings preset
Status
LogoLogo
API ReferenceVoice Settings Presets

List voice settings presets

GET
https://app.resemble.ai/api/v2/voice_settings_presets
GET
/api/v2/voice_settings_presets
$curl https://app.resemble.ai/api/v2/voice_settings_presets \
> -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "success": true,
3 "items": [
4 {}
5 ]
6}
List all voice settings presets
Was this page helpful?
Previous

Create voice settings preset

Next
Built with

Authentication

AuthorizationBearer

API token from https://app.resemble.ai/account/api

Response

List of presets
successboolean
itemslist of objects