{ "opencollection": "1.0.0", "info": { "name": "Client SDK API", "version": "1.0.0" }, "items": [ { "info": { "name": "", "type": "folder" }, "items": [ { "info": { "name": "Execute Prompt", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/execute-prompt", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a deployed Prompt and returns the result." }, { "info": { "name": "Execute Prompt Stream", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/execute-prompt-stream", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a deployed Prompt and streams back the results." }, { "info": { "name": "Submit Completion Actuals", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/submit-completion-actuals", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Used to submit feedback regarding the quality of previously generated completions." }, { "info": { "name": "Execute Workflow", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/execute-workflow", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a deployed Workflow and returns its outputs." }, { "info": { "name": "Execute Workflow Async", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/execute-workflow-async", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a deployed Workflow asynchronously and returns the execution ID." }, { "info": { "name": "Execute Workflow Stream", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/execute-workflow-stream", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a deployed Workflow and streams back its results." }, { "info": { "name": "Submit Workflow Execution Actuals", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/submit-workflow-execution-actuals", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": " Used to submit feedback regarding the quality of previous workflow execution and its outputs.\n\n **Note:** Uses a base url of `https://predict.vellum.ai`. " }, { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://predict.vellum.ai/v1/search", "headers": [ { "name": "X-API-KEY", "value": "" }, { "name": "X-API-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform a search against a document index." } ] } ], "bundled": true }