Ai Images

List AI image jobs with pagination (Admin only)

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
statusstring · enumOptionalPossible values:
jobTypestring · enumOptionalPossible values:
limitinteger · max: 100OptionalDefault: 50
offsetnumberOptionalDefault: 0
Responses
chevron-right
200

Successful response

application/json
get
/ai-images

Get AI image job details (Admin only)

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
jobIdintegerRequired
Responses
chevron-right
200

Successful response

application/json
get
/ai-images/{jobId}

Get selected AI image job for entity

get
Query parameters
entityTypestring · enumRequiredPossible values:
entityIdintegerRequired
Responses
chevron-right
200

Successful response

application/json
get
/ai-images/selected

Regenerate AI image job (Admin only)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
jobIdintegerRequired
markAsSelectedbooleanOptionalDefault: false
Responses
chevron-right
200

Successful response

application/json
post
/ai-images/regenerate

Activate AI image job as the image to use for an entity (Admin only)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
jobIdintegerRequired
Responses
chevron-right
200

Successful response

application/json
post
/ai-images/activate

Retry a failed AI image job (Admin only)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
jobIdintegerRequired
Responses
chevron-right
200

Successful response

application/json
post
/ai-images/retry

Last updated