pipeline

Regenerate Pipeline

Regenerate specific pipeline steps from cached data.

Useful for re-running texture generation with different prompts/opacity without re-discovering materials.

post/pipeline/{session_id}/regenerate

Path parameters

session_idstring required

Request body

stepsTexturePipelineStep[] required

Steps to re-run from cache (at least one)

material_texturesobject nullable

Override per-material prompt/opacity for regeneration

texture_unit_idsstring[] nullable

Exact approved texture-plan unit IDs to regenerate. Omit to regenerate every approved unit when generate_textures is selected.

Response

Successful Response

session_idstring required
statusstring
messagestring
estimated_duration_minutesinteger nullable

Estimated completion time

plan_urlstring nullable

Stable texture-plan endpoint for this session; returns 404 until planning has produced texture_plan.json.

Changes

Changed in 3 of the 6 revisions of this API.2313

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/detail_policy

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/material_path

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/multiview_image_uris

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/per_prim/anyOf[subschema #1]/additionalProperties/detail_policy

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/prim_path

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/prim_paths

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/reference_image_uris

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/turntable_video_uri

      new-optional-request-property

    • added the new optional request property texture_unit_ids

      new-optional-request-property

    • added the new plan_textures enum value to the request property steps/items/

      request-property-enum-value-added

    • added the optional property plan_url to the response with the 202 status

      response-optional-property-added

  • f1aa452697e322See the full diff
    • added the new required request property material_textures/anyOf[subschema #1]/additionalProperties/prompt

      new-required-request-property

    • the steps request property's minItems was increased to 1

      request-property-min-items-increased

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/opacity

      new-optional-request-property

    • added the new optional request property material_textures/anyOf[subschema #1]/additionalProperties/per_prim

      new-optional-request-property

    • removed the request property material_textures/anyOf[subschema #1]/additionalProperties/opacity

      request-property-removed

    • removed the request property material_textures/anyOf[subschema #1]/additionalProperties/per_prim

      request-property-removed

    • removed the request property material_textures/anyOf[subschema #1]/additionalProperties/prompt

      request-property-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog