System Loads

Stable Diffusion V3 APIs System Load API fetches returns images from stable diffusion.


--request POST 'https://stablediffusionapi.com/api/v3/system_load' \

Send a POST request to https://stablediffusionapi.com/api/v3/system_load endpoint to return the corresponding queue images.

Click HERE to watch a how to video.

key : Your API Key

Request Body

Body Raw
{
 "key": ""
}