{ "opencollection": "1.0.0", "info": { "name": "Inferless Inference API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Inference", "type": "folder" }, "items": [ { "info": { "name": "Run inference against a deployed model.", "type": "http" }, "http": { "method": "POST", "url": "https://api.inferless.com/v2/inference/:model_name/infer", "params": [ { "name": "model_name", "value": "", "type": "path", "description": "The model name segment of the auto-generated inference URL." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends an inference request to a deployed model's auto-generated endpoint. The request body uses the KServe v2 inputs[] structure (name, shape, datatype, data). This path is served from the per-deployment inference host, not from api.inferless.com." } ] } ], "bundled": true }