Skip to main content
POST
Run a model
Use this endpoint to execute one model directly. The response returns a runId; poll GET /v1/nodes/runs/{runId} for status and output. For multi-mode models, pass subModelId in the JSON body. Discover valid model and sub-model IDs with GET /v1/models, GET /v1/models/search, and GET /v1/models/{modelId}/schema.