Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References

VideoStatusResult

Interface: VideoStatusResult

Defined in: packages/typescript/ai/src/types.ts:1369

Experimental

Status of a video generation job.

Video generation is an experimental feature and may change.

Properties

error?

ts
optional error: string;
optional error: string;

Defined in: packages/typescript/ai/src/types.ts:1377

Experimental

Error message if status is 'failed'


jobId

ts
jobId: string;
jobId: string;

Defined in: packages/typescript/ai/src/types.ts:1371

Experimental

Job identifier


progress?

ts
optional progress: number;
optional progress: number;

Defined in: packages/typescript/ai/src/types.ts:1375

Experimental

Progress percentage (0-100), if available


status

ts
status: "pending" | "processing" | "completed" | "failed";
status: "pending" | "processing" | "completed" | "failed";

Defined in: packages/typescript/ai/src/types.ts:1373

Experimental

Current status of the job