PropertyVisualization

  • Base schema for all async processing jobs

    • createdAt
      Type: stringFormat: date-time

      When the job was created

    • endImageUrl
      Type: string | nullFormat: uri

      URL of the end image (for VIDEO type)

    • errorMessage
      Type: string | null

      Error message if the job failed

    • id
      Type: stringFormat: uuid

      Unique identifier for the job

    • inputImageUrls
      Type: array string[]

      URLs of the input images

    • outputUrls
      Type: array string[]

      URLs of the output assets

    • preset
      Type: string | null

      Camera preset (for IMAGE type)

    • startImageUrl
      Type: string | nullFormat: uri

      URL of the start image (for VIDEO type)

    • status
      Type: string ยท JobStatusenum

      Status of an async processing job

      values
      • PENDING
      • PROCESSING
      • COMPLETED
      • FAILED
    • subType
      Type: string | nullenum

      Sub-type of the visualization (e.g. camera-view, clean-room, restyle, video)

      values
      • camera-view
      • clean-room
      • restyle
      • video
    • type
      Type: stringenum

      Type of property visualization

      values
      • IMAGE
      • VIDEO
    • updatedAt
      Type: stringFormat: date-time

      When the job was last updated