Generic API Passthrough
sdnext_call_apiCall any SD.Next REST endpoint directly via HTTP methods (GET, POST, PUT) using an absolute or relative path, for actions not covered by dedicated tools.
Instructions
Call any SD.Next REST endpoint directly (v1 or v2, any method). Path may be absolute ("/sdapi/v1/samplers") or relative to /sdapi/v1 ("samplers"). Use only when no dedicated tool fits; prefer dedicated sdnext_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body (POST/PUT) | |
| path | Yes | API path, e.g. "/sdapi/v1/samplers" or relative "samplers" | |
| query | No | Query parameters | |
| method | No | HTTP method | GET |