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 duet voices
      • POSTCreate custom duet voice
      • PUTUpdate duet voice
      • DELDelete duet voice
      • GETList duet voice pairs
      • POSTCreate duet voice pair
      • POSTGenerate duet
Status
LogoLogo
API ReferenceDuets

List duet voice pairs

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

Create duet voice pair

Next
Built with

Authentication

AuthorizationBearer

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

Response

List of voice pairs
successboolean
itemslist of objects