RoomVisualization

  • Base schema for all async processing jobs

    • aspectRatio
      Type: string

      Aspect ratio of the generated image

    • createdAt
      Type: stringFormat: date-time

      When the job was created

    • customPrompt
      Type: string

      Custom prompt used for generation

    • 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

    • roomType
      Type: string

      The room type that was generated

    • status
      Type: string ยท JobStatusenum

      Status of an async processing job

      values
      • PENDING
      • PROCESSING
      • COMPLETED
      • FAILED
    • styles
      Type: array string[]

      Array of styles applied in the generation

    • updatedAt
      Type: stringFormat: date-time

      When the job was last updated