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

VideoStatusResult

Interface: VideoStatusResult

Defined in: packages/ai/src/types.ts:1636

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/ai/src/types.ts:1644

Experimental

Error message if status is 'failed'


jobId

ts
jobId: string;
jobId: string;

Defined in: packages/ai/src/types.ts:1638

Experimental

Job identifier


progress?

ts
optional progress: number;
optional progress: number;

Defined in: packages/ai/src/types.ts:1642

Experimental

Progress percentage (0-100), if available


status

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

Defined in: packages/ai/src/types.ts:1640

Experimental

Current status of the job