Request

Send a POST request to below endpoint to load vae
json
--request POST 'https://modelslab.com/api/v1/enterprise/load_vae' \

Body

json
{    
    "key": "enterprise_api_key",    
    "webhook": "http://webhook-url.com",    
    "vae_id": "vae-kl-f8-anime2",    
    "vae_url": "bullhug/kl-f8-anime2",    
    "vae_type": "diffusers"
}

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.
webhook
string
A webhook URL to receive a POST callback once the VAE load event completes.
vae_id
string
required
The ID to assign to the VAE.
vae_url
string
required
The URL of the VAE file.
vae_type
string
required
The type of the VAE file. Options: diffusers, safetensors, pt.