{"info":{"title":"tripo3d/tripo/v2.5/image-to-3d","version":"1.0.0"},"paths":{"/":{"post":{"summary":"Generate","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"Successful Response"}},"operationId":"tripo_v25_image_to_3d_generate","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Input"}}},"required":true}}}},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["image_url"],"properties":{"seed":{"type":"integer","title":"Seed","x-order":2,"description":"Random seed controlling geometry generation. Reuse the same seed to reproduce the same shape."},"auto_size":{"type":"boolean","title":"Auto Size","default":false,"x-order":5,"description":"Automatically scale the model to real-world dimensions in meters."},"image_url":{"type":"string","title":"Image URL","format":"uri","x-order":0,"description":"The photo of the object, product, character, or prop to reconstruct into a 3D model."},"face_limit":{"type":"integer","title":"Face Limit","x-order":1,"description":"Caps the number of faces (triangles) on the output mesh. Leave unset to let mesh density adapt to the object."},"orientation":{"enum":["default","align_image"],"type":"string","title":"Orientation","default":"default","x-order":6,"description":"Set to align_image to rotate the model so it matches the input image's pose; default keeps the canonical orientation."},"texture_seed":{"type":"integer","title":"Texture Seed","x-order":3,"description":"Random seed controlling texture generation. Reuse with the same seed to keep the shape but vary or reproduce textures."},"texture_alignment":{"enum":["original_image","geometry"],"type":"string","title":"Texture Alignment","default":"original_image","x-order":4,"description":"Whether to prioritize aligning textures to the original image or to the generated geometry."}},"x-fal-order-properties":["image_url","face_limit","seed","texture_seed","texture_alignment","auto_size","orientation"]},"Output":{"type":"string","title":"Output","format":"uri","description":"URL of the generated textured 3D model as a downloadable GLB file."}}}}