pipeline

Generate an AI reference image from the input preview

post/pipeline/{session_id}/generate-reference-image

Path parameters

session_idstring required

Response

Reference image generated

statusstring
reference_idstring
image_urlstring

Example response

{
  "status": "ok",
  "image_url": "/assets/session-id/generated-ref/reference-id"
}

Changes

No recorded changes to this endpoint across all 6 revisions of this API.