BaseJob
Base schema for all async processing jobs
- Type: stringFormat: date-time
created At When the job was created
- Type: string | null
error Message Error message if the job failed
- Type: stringFormat: uuid
id Unique identifier for the job
- Type: array string[]
input Image Urls URLs of the input images
- Type: array string[]
output Urls URLs of the output assets
- Type: string ยท JobStatusenum
status Status of an async processing job
valuesP 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
- Type: stringFormat: date-time
updated At When the job was last updated