Run a model
Nodes
Run a model
Start a standalone model run with API-key authentication.
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.