{ "opencollection": "1.0.0", "info": { "name": "Roboflow Inference Server Sam3 3d API", "version": "1.3.8" }, "items": [ { "info": { "name": "Sam3 3d", "type": "folder" }, "items": [ { "info": { "name": "SAM3 3D Object Generation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sam3_3d/infer", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "Roboflow API Key that will be passed to the model during initialization for artifact retrieval" }, { "name": "countinference", "value": "", "type": "query" }, { "name": "service_secret", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate 3D meshes and Gaussian splatting from 2D images with mask prompts." } ] } ], "bundled": true }