You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference.md
+230-7Lines changed: 230 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3710,7 +3710,38 @@ ultra lossless - ultra quality output format, 705.6kbps with 44.1kHz sample rate
3710
3710
<dl>
3711
3711
<dd>
3712
3712
3713
-
**quality_check_on:**`typing.Optional[bool]` — Whether to run quality check on the generated audio and regenerate if needed. Applies to individual block conversion.
3713
+
**quality_check_on:**`typing.Optional[bool]` — [Depracated] Whether to run quality check on the generated audio and regenerate if needed. Applies to individual block conversion.
**quality_check_on:**`typing.Optional[bool]` — Whether to run quality check on the generated audio and regenerate if needed. Applies to individual block conversion.
3951
+
**quality_check_on:**`typing.Optional[bool]` — [Depracated]Whether to run quality check on the generated audio and regenerate if needed. Applies to individual block conversion.
**project_id:**`str` — The project_id of the project, you can query GET https://api.elevenlabs.io/v1/projects to list all available projects.
4092
+
4093
+
</dd>
4094
+
</dl>
4095
+
4096
+
<dl>
4097
+
<dd>
4098
+
4099
+
**from_url:**`typing.Optional[str]` — An optional URL from which we will extract content to initialize the project. If this is set, 'from_url' must be null. If neither 'from_url' or 'from_document' are provided we will initialize the project as blank.
**image:**`typing.Optional[str]` — Image URL used in the player. If not provided, default image set in the Player settings is used.
5518
+
**image:**`typing.Optional[str]` — (Deprecated) Image URL used in the player. If not provided, default image set in the Player settings is used.
5392
5519
5393
5520
</dd>
5394
5521
</dl>
@@ -5412,7 +5539,7 @@ client.audio_native.create(
5412
5539
<dl>
5413
5540
<dd>
5414
5541
5415
-
**small:**`typing.Optional[bool]` — Whether to use small player or not. If not provided, default value set in the Player settings is used.
5542
+
**small:**`typing.Optional[bool]` — (Deprecated) Whether to use small player or not. If not provided, default value set in the Player settings is used.
5416
5543
5417
5544
</dd>
5418
5545
</dl>
@@ -5436,7 +5563,7 @@ client.audio_native.create(
5436
5563
<dl>
5437
5564
<dd>
5438
5565
5439
-
**sessionization:**`typing.Optional[int]` — Specifies for how many minutes to persist the session across page reloads. If not provided, default sessionization set in the Player settings is used.
5566
+
**sessionization:**`typing.Optional[int]` — (Deprecated) Specifies for how many minutes to persist the session across page reloads. If not provided, default sessionization set in the Player settings is used.
5440
5567
5441
5568
</dd>
5442
5569
</dl>
@@ -5486,6 +5613,102 @@ typing.Optional[core.File]` — See core.File for more documentation
0 commit comments