OpenAIVideoTask

  • id
    Type: string
    required

    Video task ID.

  • object
    enum
    const:  
    video
    required

    Object type.

    values
    • video
  • status
    Type: string enum
    required

    Current task status.

    values
    • pending
    • in_progress
    • completed
    • failed
  • completed_at
    Type: integer Format: int64

    Completion timestamp.

  • created_at
    Type: integer Format: int64

    Creation timestamp.

  • error
    Type: object · OpenAIVideoError
    • code
      Type: string
    • message
      Type: string
    • type
      Type: string
  • expires_at
    Type: integer Format: int64

    Expiration timestamp for the generated asset.

  • model
    Type: string

    Model used for generation.

  • progress
    Type: integer
    min:  
    0
    max:  
    100

    Task progress percentage.

  • remixed_from_video_id
    Type: string

    Source video ID when the task comes from remix.

  • seconds
    Type: string

    Video duration in seconds.

  • size
    Type: string enum

    Video resolution.

    values
    • 720x1280
    • 1280x720