latestOpenAPI 3.0.22026-08-22136296577.7 KB
015774bae5bc
edit-workflow
Generate pose variants of a fashion image
Changes the model's pose or camera presentation while preserving the source model, garment, styling, and scene. An optional pose-reference image supplies body pose and gaze only; it does not supply identity, clothing, or styling.
The request is processed asynchronously. Poll GET /v1/generations/{generation_id} with the returned generation_id until the generation is completed or failed.
Supply the source as either an AssetIdentifier reference (source_asset_identifier) or raw image bytes (source_image, multipart requests only). Provide exactly one source form; supplying both, or neither, is rejected with a 400.
post/v2/workflow/model-pose-variants
Request body
Example request
{
"source_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"pose_reference_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"webhook_url": "https://api.example.com/webhooks/ideogram"
}Response
Pose-variant generation accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}