Swap
Base schema for all async processing jobs
- createdType: stringFormat: date-time
At When the job was created
- customType: string | null
Prompt Custom prompt used for generation
- errorType: string | null
Message Error message if the job failed
- idType: stringFormat: uuid
Unique identifier for the job
- inputType: array string[]
Image Urls URLs of the input images
- outputType: array string[]
Urls URLs of the output assets
- statusType: string ยท JobStatusenum
Status of an async processing job
values- P
E N D I N G - P
R O C E S S I N G - C
O M P L E T E D - F
A I L E D
- updatedType: stringFormat: date-time
At When the job was last updated