This is how you get the base url for the ComfyUI API from a RunComfy machine and it is a standard ComfyUI which you can follow the default API to POST/GET, and wss works as well.
- Right click on the Queue Prompt Menu Panel, it won’t work in other places. Make sure you right click in the Red Rectangle area in the screenshot below. Then select the View Frame Source.
- You will see this page pops up and copy the url from https as the base URL for the api, the rest is the standard ComfyUI API calling with POST “/prompt” and such.