Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
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:1565

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:1573

Experimental

Error message if status is 'failed'


jobId

ts
jobId: string;
jobId: string;

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

Experimental

Job identifier


progress?

ts
optional progress: number;
optional progress: number;

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

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:1569

Experimental

Current status of the job