File size: 20,390 Bytes
72dddd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
import requests
import json

voices = [
	{
		"age": "young",
		"id": "6763102367",
		"accent": "british",
		"voiceLibraryID": "34ee5125c3a8f9ed4b4a30c1e220d8fd1e08d5196f81feb19eb86a97018579ea/hgt4teQ5c3qSDPry7iUf",
		"tags": ["exited", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "26246246",
		"accent": "british",
		"voiceLibraryID": "5d30d4a2ec6598900481a1f72bab23755468fd157c39bf18814bab6fb2f50c59/smhGIY92zL3Ozqh7OcBy",
		"tags": ["exited", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "235325325",
		"accent": "british",
		"voiceLibraryID": "34ee5125c3a8f9ed4b4a30c1e220d8fd1e08d5196f81feb19eb86a97018579ea/VfTRhexMRVuPmOe9aogj",
		"tags": ["exited", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "25642454",
		"accent": "british",
		"voiceLibraryID": "a21f4eaefb435135e0504e63fed17a51db66b700828344658273de01ab61e22a/ea1sffurIWYKHDETRhmY",
		"tags": ["exited", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "2362452",
		"accent": "british",
		"voiceLibraryID": "6f7247547be0ab2b8239e0fdf7f8832e29c251127102c3665fce50fdcf49a6e2/KHM6LxRm1K45bu21ala7",
		"tags": ["exited", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "24626444",
		"accent": "british",
		"voiceLibraryID": "80a32eb161facd0a4cee11d525dce51bc6bf80d012058dbbff8ed4004c79745a/I68ovrMxMGj4j7CDTXCI",
		"tags": ["exited", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "8012530730",
		"accent": "american",
		"voiceLibraryID": "34ee5125c3a8f9ed4b4a30c1e220d8fd1e08d5196f81feb19eb86a97018579ea/5DFC7PuCYYsr0BMTsmHh",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "2525255",
		"accent": "american",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/KFa4YZbTDlxigRroAoMz",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "4536346643",
		"accent": "american",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/R5V8vUj8CfbGAuCFKJWy",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "3463463443",
		"accent": "american",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/L9ElIHeCCLrwpov3iy6j",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "367347634",
		"accent": "american",
		"voiceLibraryID": "d1cfb8a2d85e5ba0ac8c82ef1698c517eca2365c2b6a3c932f4fc591b1f6f6cf/eO05qq3GAH8h0nYG1sVK",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "34346346643636463",
		"accent": "american",
		"voiceLibraryID": "8305443ce50a5dba3fcb6735634e88257c3b6365fb539fe4389b842565c2c53f/QBJp5CamKY4InT8DMp5z",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "436345345",
		"accent": "american",
		"voiceLibraryID": "7076771d0f7affef9136d997c962a081aad8431949e11d197329c7c683d77095/r0aKiEJV8JgKS1f8Qrry",
		"tags": ["gentle", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "7490957483",
		"accent": "african",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/oFdfNtjDU4F6ul5k5CRT",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "43534634",
		"accent": "african",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/vC9i7o2sMMcKK0p0LWmf",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "43634222",
		"accent": "african",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/qKInR6AYuJ3kXgJm7pHs",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "9629575487",
		"accent": "australian",
		"voiceLibraryID": "4eb3549fbf0c078675e74172d79ac62b7ed9ebdf8a02906fa4449a88e8c4ed4e/YJ7Ko1jDHYMmAIX0M5VW",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "43634634",
		"accent": "australian",
		"voiceLibraryID": "46d28e7f59d1e1307a880d43d7327b2f936252cdf3148b63734e96a64562ec0a/LaxaPK8ihl6YnzBKTSGJ",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "346346346",
		"accent": "australian",
		"voiceLibraryID": "46d28e7f59d1e1307a880d43d7327b2f936252cdf3148b63734e96a64562ec0a/VDfDFGTM2qv0sdA6A2Wp",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "34534534",
		"accent": "australian",
		"voiceLibraryID": "12eb43d3a0c3e3e4c997a5c326610ef56148f27cba80a8abb046fd4069da7fad/xIPaSHbtYLOa37Vzvjyg",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "34666634",
		"accent": "australian",
		"voiceLibraryID": "46d28e7f59d1e1307a880d43d7327b2f936252cdf3148b63734e96a64562ec0a/iRcxMvmNOmyWbyCe1VVA",
		"tags": ["childish", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "9799281377",
		"accent": "indian",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/B4djpkEf3uWPeszz6CU9",
		"tags": ["calm", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "46777743",
		"accent": "indian",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/LrHcsaLL3kowQYn95sZT",
		"tags": ["calm", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "young",
		"id": "34424",
		"accent": "indian",
		"voiceLibraryID": "887d2dc20e77ba2097324745303bf1ad7669db35ceabe745ef85280b912f1c83/kT3FZjoTWR9qUtiHFgSe",
		"tags": ["calm", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "4496677882",
		"accent": "british",
		"voiceLibraryID": "0b33777d8da0f296223846dfb8e7bdefd5715390fe407ceab47dafb31c972a5b/uVAmxPUk6wPzHRq8dUCM",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "53456636",
		"accent": "british",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/N53su6hHipEcvxhlaHc6",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "734535635",
		"accent": "british",
		"voiceLibraryID": "ecb2ed01ab999a7b8a123bd3aac6e558ec0492cad54c7415fb398cff5f8af599/x7zhkyA7CUYXHSk0YFiX",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "52363426",
		"accent": "british",
		"voiceLibraryID": "e8e56396723c5176912fc2578354af7971358e59947fa10d5440eef61db64aff/ZeDwQQurOP1PGohRBuaF",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "3456434",
		"accent": "british",
		"voiceLibraryID": "d04d44725c0d27dec405f110774c9520d77074476311f13c386e1dc697eea9db/HTPQMbZm14S3ruT4Adkz",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "47346734",
		"accent": "british",
		"voiceLibraryID": "69367947e5f116032e7fbd4fdb8fa146a6786327c6f878154a8efe6cf46997ea/51IvQGIjAK3GoXZHnfjs",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "436436643",
		"accent": "british",
		"voiceLibraryID": "46c09eb177fa42846da5c2668369c467aa8c55bc517ae9428b87b95dc8c562cf/JzvQ0BGtPeyw5Xfvsl5f",
		"tags": ["upbeat", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "1279765641",
		"accent": "american",
		"voiceLibraryID": "efba40d5d86c6dd1af1d20cf2be292869d82ca928d0a2d8ab30f47defd2dd7a9/unAeKmEX40WdF2CON1jh",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "436435674",
		"accent": "american",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/yQN9IB3KC005lWwnG8TU",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "883456734",
		"accent": "american",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/CC6NnzDKGS4AW0U1HUCj",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "8834447",
		"accent": "american",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/eWgG9MAbD9umBchcWP1B",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "322325773",
		"accent": "american",
		"voiceLibraryID": "4cb5451f844f6dcd4e21a94080a1e118c47cb2687d8e6cac2323414a241e609a/5JRHrc1AwljcyRqxX8b1",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "3888347",
		"accent": "american",
		"voiceLibraryID": "91de7d8d4371816f44894d3996711260dfedd7c1961713855c895604b845e3d2/UqzNVjQ9wtyUe19FvoYi",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "347346346",
		"accent": "american",
		"voiceLibraryID": "34479111a63cfac869f6b446fdbd75c305674b1a01ada2c0e8c6a733886bbe71/dGWjUOw1Z93FenJYIJEJ",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "3734575",
		"accent": "american",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/zQs72qqoxHm73g2Ob8Gj",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "34734533457",
		"accent": "american",
		"voiceLibraryID": "bf6644be9d98d017dc56885cd98adf6aa8a9f9bfa859f6951c17432ca987fa96/oNANzvLNrQyP5wA3xsp0",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "347345356",
		"accent": "american",
		"voiceLibraryID": "d66d15b9ca15b15b4900cc9e11ccebfb79819288de019d64027d91d9d3d0a520/wtTpL14L9lQuO51xMsyx",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "363435635",
		"accent": "american",
		"voiceLibraryID": "39eb8485af79131bca23e1727077a996442f1c3ce17ac9b41c787e1cdff52082/ttf34jPOwmdoHQUnVAtu",
		"tags": ["sassy", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "3698549832",
		"accent": "african",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/yjcPczWL2DBJ952Go2Vb",
		"tags": ["mature", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "36344222",
		"accent": "african",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/nab4szVgEOlSHoYpOBkv",
		"tags": ["mature", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "23632532",
		"accent": "african",
		"voiceLibraryID": "91697a203b163f4d6e2dd77305d280e650eed8b0f3ca1ee330e5f96277850d7b/eLDjaCK29okiQdysY9PL",
		"tags": ["mature", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "0305739656",
		"accent": "australian",
		"voiceLibraryID": "836701f99bab484f5e1bff8e9df42d970fe56c858d8b9d99ea8443e7dffede63/SbefXnRCguxCa2QJ5j9C",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "267774235",
		"accent": "australian",
		"voiceLibraryID": "8305443ce50a5dba3fcb6735634e88257c3b6365fb539fe4389b842565c2c53f/bEFcm5Cfgx6JZAU02En4",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "3563564",
		"accent": "australian",
		"voiceLibraryID": "8020be6d0f1daec36c5eeec1c0c2ba8cab38a73db64437f412a5f9b59c0d2f44/JKpK5B1pXInRQlSuN4pQ",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "365563654",
		"accent": "australian",
		"voiceLibraryID": "5fa042c82b4174ea7ed04a0ef7e25978b7baa66294acd593069784ad8ab45732/KOjLSdSyHc9eD2Sbdazd",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "33563456",
		"accent": "australian",
		"voiceLibraryID": "9ea671e3839721da1670dc9cf6034f041de9010a12bf650f0f6a82d3a8ca1bf6/B1bgv3bMDGUZa7g9Hkbf",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "3475229342",
		"accent": "indian",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/4Kp7arz5QtoKMLF9twUE",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "356354645",
		"accent": "indian",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/Ikva2GUNwNhiLyMtbqRi",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "middle",
		"id": "378337734",
		"accent": "indian",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/HXVfolUHnlzF9bGJJB9W",
		"tags": ["pleasant", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "9713016932",
		"accent": "british",
		"voiceLibraryID": "0eecba332ac86935dc998011c97e4ddc2c61149ec49ca9433384c062876e3505/sFsWdUOcIWXwHiRLXR5c",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "45345536345",
		"accent": "british",
		"voiceLibraryID": "a73ca6d475fd58941a94abc1b18ef1bf03492a64774450e0a8d7c3bb48c6e1fd/SQP4OKP9p09Tzexb3KQU",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "3546376534",
		"accent": "british",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/J4DbcRJRcMZ1tvIOiIl4",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "345735644",
		"accent": "british",
		"voiceLibraryID": "0852de9477c6416c4035f6c46693925d2879fe94bbac7d7d8e487a2e9da41486/0FADLBT9G5mqsFBJmSnn",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "356653445436",
		"accent": "british",
		"voiceLibraryID": "5d30d4a2ec6598900481a1f72bab23755468fd157c39bf18814bab6fb2f50c59/i34yTJEqzPTYSCs2ikVu",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "365457475445",
		"accent": "british",
		"voiceLibraryID": "84f314fe5a331a894bb2e50098eec1db5c108e647fec0e2c2ed0fbe256ad8c07/kE3ZEcODhuIdDkIcndJy",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "356446545",
		"accent": "british",
		"voiceLibraryID": "0c7a0a07052b2f2bb4b73b2963357bde7f22aa26f9e58cd0f7a850c8d695f439/SQDHdjAFJ4Gv4e67zWBy",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "0869758335",
		"accent": "american",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/za8NGpTTyIW3hRWc0Kzz",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "474534636",
		"accent": "american",
		"voiceLibraryID": "bf5a02da2ea165358c78543a1eb4067aec1bf0fc02b2a25ea71b0cc3c8f4981c/uhsqzHkkiYlOv63jxpnz",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "34654365334",
		"accent": "american",
		"voiceLibraryID": "d6294577338bf43f27c71c65dba49dadb4191eed08daf27c5c946376f9dc0655/2limOQJuWEAP3IwwXJbC",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "34675345444",
		"accent": "american",
		"voiceLibraryID": "2bbbfb2a230bdd92d2f3804c6432d3be70346f5379765e422e13e4bcc5ad13df/pGSWugCedNtVPANByEvQ",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "34534657635",
		"accent": "american",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/Yo6STHSbBMineA0zLZBO",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "3464354353453",
		"accent": "american",
		"voiceLibraryID": "2bbbfb2a230bdd92d2f3804c6432d3be70346f5379765e422e13e4bcc5ad13df/XfxyjY1MOKNmMeQLK1mJ",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "345345353",
		"accent": "american",
		"voiceLibraryID": "4c7e0a65d5daaa95241e12cac72dbbae5d5494bcf7509c3ca97798b1a7bcc544/BzmS47m5BBDKC0I02Jq2",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "2957525517",
		"accent": "african",
		"voiceLibraryID": "be7f9f595e3d07e71d0a01b1ccbab78849989c7eeacce7020ae1536009a3d15c/sGVvB6QlbVtq3qLhYB4p",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "45634535354",
		"accent": "african",
		"voiceLibraryID": "bcf1f77ee30ba698ec2808b47188b4189a69c862c073d704fde7034608eeaec5/t9Q9SmeT6xEffUYMCCsg",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "345345345345",
		"accent": "african",
		"voiceLibraryID": "8305443ce50a5dba3fcb6735634e88257c3b6365fb539fe4389b842565c2c53f/ELOMiPOAHWgSDD6OQ7OL",
		"tags": ["casual", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "3169265858",
		"accent": "australian",
		"voiceLibraryID": "9bf96e11a3cbf2a1789c0c5320cd5eb9df85fa93646e780c1258ddfbe9f14a2d/T5H35Y5lxHzTyiFpDUL9",
		"tags": ["husky", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "234234234",
		"accent": "australian",
		"voiceLibraryID": "44496be597370a26498388f515f07364af86603f62fec234d810e3b98404c008/6vtgCQ0WCLo5jtLGjdm3",
		"tags": ["husky", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "642343243",
		"accent": "australian",
		"voiceLibraryID": "e730f462bca12821df8187e923fad4ca418b01cc8130b104c3c24a970ae54976/lLrbnDMntxzZfOiCtHhS",
		"tags": ["husky", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "2356234245",
		"accent": "australian",
		"voiceLibraryID": "836701f99bab484f5e1bff8e9df42d970fe56c858d8b9d99ea8443e7dffede63/pmuxntG1PPdwuxZ3C3Z8",
		"tags": ["husky", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "8286584625",
		"accent": "indian",
		"voiceLibraryID": "899444b1d9eab0cea6d20686befafde9ccdc46ab4628e79973cf318a9497b138/PYlisUr1rFgJxcRyj6yU",
		"tags": ["intense", "conversational"],
		"elevenlabsID": "xxx",
	},
	{
		"age": "old",
		"id": "325666342344",
		"accent": "indian",
		"voiceLibraryID": "8075fa1b5bf3078394da65e925fbb3ff5cd2d1e9a9b27af466ffd929d87a68d3/nrwybB6b4xZOod1wLPOX",
		"tags": ["intense", "conversational"],
		"elevenlabsID": "xxx",
	},
]

for voice in voices:
  id = voice["voiceLibraryID"]
  url = "https://api.elevenlabs.io/v1/voices/add/" + id

  payload = json.dumps({
    "new_name":"Bria - Young and Soft"
  })
  headers = {
    'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0',
    'Accept': '*/*',
    'Accept-Language': 'en-US,en;q=0.5',
    'Accept-Encoding': 'gzip, deflate, br',
    'Referer': 'https://elevenlabs.io/',
    'Content-Type': 'application/json',
    'Authorization': 'Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6ImJlNzgyM2VmMDFiZDRkMmI5NjI3NDE2NThkMjA4MDdlZmVlNmRlNWMiLCJ0eXAiOiJKV1QifQ.eyJ3b3Jrc3BhY2VfaWQiOiIwMmYwYmZkNWI5YzQ0YjRiYjdmMjUyYmE4MTVhNDk1NiIsImlzcyI6Imh0dHBzOi8vc2VjdXJldG9rZW4uZ29vZ2xlLmNvbS94aS1sYWJzIiwiYXVkIjoieGktbGFicyIsImF1dGhfdGltZSI6MTcwMzAxNzExMywidXNlcl9pZCI6InJXOXlHSzFPekdaQ1NIS09SME12Zno0VVZlTTIiLCJzdWIiOiJyVzl5R0sxT3pHWkNTSEtPUjBNdmZ6NFVWZU0yIiwiaWF0IjoxNzAzMDE3MTEzLCJleHAiOjE3MDMwMjA3MTMsImVtYWlsIjoibG92ZWlzbGlmZWlzbG92ZUBmcmFkc2ZhZHNmLm9ubGluZSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJmaXJlYmFzZSI6eyJpZGVudGl0aWVzIjp7ImVtYWlsIjpbImxvdmVpc2xpZmVpc2xvdmVAZnJhZHNmYWRzZi5vbmxpbmUiXX0sInNpZ25faW5fcHJvdmlkZXIiOiJwYXNzd29yZCJ9fQ.UNuIMpyQTTiWd11ns-fZePRMkaavc5-qmEAkhsT_ElH_dphd1NkIIUgS89XyQmz6LhuijllVDSqCWrp775Ro26lCh0NtDe-LpaT4S3Hm5bQvZ7_2v8726YVZsKnHFzRiO7EqmltH15dIfUReXbRI6SWzO_89f_H0QVtsd4C5YeS2GbjP-m61Y2G6pGml7AQRHztThKw7Np86DSoehxDLUJFATwu5OcLcrVKZKjiQHcAbw2cXKbbsnuadGacdiwEvfk13Isy3obKDcdUFokVOUegfsnPRm1qFez-r6Q0kC1fSIB98FNBltztX-oRpYrkB5ozPcY28MxeTrmPNor1Lzw',
    'Origin': 'https://elevenlabs.io',
    'Connection': 'keep-alive',
    'Sec-Fetch-Dest': 'empty',
    'Sec-Fetch-Mode': 'cors',
    'Sec-Fetch-Site': 'same-site',
    'TE': 'trailers'
  }

  response = requests.request("POST", url, headers=headers, data=payload)

  print(response.text)