We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49e2849 + 79925a7 commit 993b719Copy full SHA for 993b719
1 file changed
packages/openapi/descriptions/video.response.js
@@ -0,0 +1,23 @@
1
+export default {
2
+ id: {
3
+ desc: `The ID of the generated video.`,
4
+ },
5
+ status: {
6
+ desc: `The current status of the generation task.`,
7
8
+ url: {
9
+ desc: `The URL where the file can be downloaded from.`,
10
11
+ duration: {
12
+ desc: `The duration of the video.`,
13
14
+ error: {
15
+ desc: `Description of the error, if any.`,
16
17
+ meta: {
18
+ desc: `Additional details about the generation.`,
19
20
+ tokens_used: {
21
+ desc: `The number of tokens consumed during generation.`,
22
23
+};
0 commit comments