Skip to content

Commit 890985d

Browse files
committed
Add resolution and ratio params to video generation spec
1 parent 2618775 commit 890985d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12588,6 +12588,12 @@ components:
1258812588
type: integer
1258912589
width:
1259012590
type: integer
12591+
resolution:
12592+
type: string
12593+
description: Video resolution.
12594+
ratio:
12595+
type: string
12596+
description: Aspect ratio of the video.
1259112597
seconds:
1259212598
type: string
1259312599
description: Clip duration in seconds.

0 commit comments

Comments
 (0)