새로운 문서를 작성 중입니다.새 문서로 이동
ClawOps Docs
API Reference

복제 음성 목록 조회

GET
/v1/accounts/{accountId}/voice-clones

현재 계정이 등록한 복제 음성의 상태와 Agent 설정에 사용할 voice ID를 반환합니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string

계정 ID

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/voice-clones"
{
  "data": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "status": "cloning",
      "voice": "string",
      "consentAt": "2019-08-24T14:15:22Z",
      "dateCreated": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "error": "string",
  "code": "recipient_blocked"
}