List voices | ElevenLabs Documentation (original) (raw)

1 {
2 "voices": [
3 {
4 "voice_id": "string",
5 "name": "string",
6 "samples": [
7 {
8 "sample_id": "string",
9 "file_name": "string",
10 "mime_type": "string",
11 "size_bytes": 1,
12 "hash": "string",
13 "duration_secs": 1.1,
14 "remove_background_noise": true,
15 "has_isolated_audio": true,
16 "has_isolated_audio_preview": true,
17 "speaker_separation": {
18 "voice_id": "DCwhRBWXzGAHq8TQ4Fs18",
19 "sample_id": "DCwhRBWXzGAHq8TQ4Fs18",
20 "status": "not_started"
21 },
22 "trim_start": 1,
23 "trim_end": 1
24 }
25 ],
26 "category": "generated",
27 "fine_tuning": {
28 "is_allowed_to_fine_tune": true,
29 "state": {
30 "eleven_multilingual_v2": "fine_tuned"
31 },
32 "verification_failures": [],
33 "verification_attempts_count": 2,
34 "manual_verification_requested": false
35 },
36 "labels": {},
37 "description": "string",
38 "preview_url": "string",
39 "available_for_tiers": [
40 "string"
41 ],
42 "settings": {
43 "stability": 1,
44 "use_speaker_boost": true,
45 "similarity_boost": 1,
46 "style": 0,
47 "speed": 1
48 },
49 "sharing": {
50 "status": "enabled",
51 "history_item_sample_id": "DCwhRBWXzGAHq8TQ4Fs18",
52 "date_unix": 1714204800,
53 "whitelisted_emails": [
54 "example@example.com"
55 ],
56 "public_owner_id": "DCwhRBWXzGAHq8TQ4Fs18",
57 "original_voice_id": "DCwhRBWXzGAHq8TQ4Fs18",
58 "financial_rewards_enabled": true,
59 "free_users_allowed": true,
60 "live_moderation_enabled": true,
61 "rate": 0.05,
62 "notice_period": 30,
63 "disable_at_unix": 1714204800,
64 "voice_mixing_allowed": false,
65 "featured": true,
66 "category": "professional",
67 "reader_app_enabled": true,
68 "liked_by_count": 100,
69 "cloned_by_count": 50,
70 "name": "Rachel",
71 "description": "A female voice with a soft and friendly tone.",
72 "labels": {
73 "accent": "American",
74 "gender": "female"
75 },
76 "review_status": "allowed",
77 "enabled_in_library": true,
78 "moderation_check": {
79 "date_checked_unix": 1714204800,
80 "name_value": "Rachel",
81 "name_check": true,
82 "description_value": "A female voice with a soft and friendly tone.",
83 "description_check": true,
84 "sample_ids": [
85 "sample1",
86 "sample2"
87 ],
88 "sample_checks": [
89 0.95,
90 0.98
91 ],
92 "captcha_ids": [
93 "captcha1",
94 "captcha2"
95 ],
96 "captcha_checks": [
97 0.95,
98 0.98
99 ]
100 },
101 "reader_restricted_on": [
102 {
103 "resource_type": "read",
104 "resource_id": "FCwhRBWXzGAHq8TQ4Fs18"
105 }
106 ]
107 },
108 "high_quality_base_model_ids": [
109 "string"
110 ],
111 "verified_languages": [
112 {
113 "language": "string",
114 "model_id": "string",
115 "accent": "string",
116 "locale": "string",
117 "preview_url": "string"
118 }
119 ],
120 "collection_ids": [
121 "string"
122 ],
123 "safety_control": "NONE",
124 "voice_verification": {
125 "requires_verification": false,
126 "is_verified": true,
127 "verification_failures": [],
128 "verification_attempts_count": 0,
129 "language": "en",
130 "verification_attempts": [
131 {
132 "text": "Hello, how are you?",
133 "date_unix": 1714204800,
134 "accepted": true,
135 "similarity": 0.95,
136 "levenshtein_distance": 2,
137 "recording": {
138 "recording_id": "CwhRBWXzGAHq8TQ4Fs17",
139 "mime_type": "audio/mpeg",
140 "size_bytes": 1000000,
141 "upload_date_unix": 1714204800,
142 "transcription": "Hello, how are you?"
143 }
144 }
145 ]
146 },
147 "permission_on_resource": "string",
148 "is_owner": true,
149 "is_legacy": false,
150 "is_mixed": false,
151 "favorited_at_unix": 1,
152 "created_at_unix": 1,
153 "is_bookmarked": true,
154 "recording_quality": "studio",
155 "labelling_status": "in_review",
156 "recording_quality_reason": "string"
157 }
158 ],
159 "has_more": true,
160 "total_count": 1,
161 "next_page_token": "string"
162 }