v1

latestOpenAPI 3.0.42026-07-1376217536.1 KB
AiGenerator

Retrieve history item for an individual generation request

get/v3/ai/generation-history/{generationRequestId}

Path parameters

generationRequestIdstring required

The ID from a previous request to generate images

Response

Returns the history item for the request

generation_request_idstring nullable

The identifier for the request

seedinteger nullable
generation_datestring date-time
product_revoked_datestring date-time nullable

If the the product against which the generation was made has been revoked, this is the date of that revocation.

promptstring nullable

The prompt that was used for the request

negative_promptstring nullable

The negative prompt (if any) that was used for the request

product_idinteger
notesstring nullable
project_codestring nullable
generation_type'text_to_image' | 'variation' | 'extend' | 'refine' | 'background_removal' | 'influence_color_by_image' | 'influence_composition_by_image' | 'object_removal' | 'influence_outline_by_image' | 'background_generation'