Enterprise API
Overview
The Enterprise API is packed with a nice collection of endpoints. Some of them cover the interaction with your server which is the main advantage of the Enterprise plan. Others cover common model, image and video related processes.
The Enterprise API is accessible only with a special enterprise API key, which you will receive upon purchasing an enterprise plan.
You can view our Enterprise plans here.
Available Endpoints
- enterprise/system_details
- enterprise/restart_server
- enterprise/update_server
- enterprise/update_s3
- enterprise/clear_cache
- enterprise/schedulers_list
- enterprise/load_model
- enterprise/verify_model
- enterprise/get_all_models
- enterprise/delete_model
- enterprise/controlnet
- enterprise/text2img
- enterprise/text2video
- enterprise/text2video
- enterprise/inpaint
- enterprise/super_resolution
- enterprise/upload_image
- enterprise/sync_image
- enterprise/load_vae
- enterprise/nsfw_image_check
- enterprise/fetch_queue_image
System Details
This endpoint returns information about your server.
Restart Server
This endpoint is used to restart your dedicated server. As a response you will receive information about the result of the restart command.
Update Server
This endpoint is used to update your dedicated server. As a response you will receive information about the result of the update command.
Update S3 Details
This endpoint is used to update the S3 details on your dedicated server.
Clear Cache
This endpoint is used to clear the API's cache.
List Schedulers
This endpoint is used to get a list of all the available schedulers.
Load Model
This endpoint is used to load a model to your dedicated server.
Verify Model
This endpoint is used to check if a particular model exists.
Get All Models
This endpoint returns a list of all the models available on your dedicated server.
Delete Model
This endpoint is used to delete a model from your dedicated server.
Controlnet Endpoint
This endpoint is used to generate ControlNet images.
Text to Image
This endpoint is used to create an image from a text prompt based on trained or on public models.
Text to Video
This endpoint is used to create video from a text prompt based on trained or on public models.
Inpainting
This endpoint is used to change (inpaint) some part of an image according to specific requirements, based on trained or on public models.
Super Resolution
This endpoint returns a super resolution version of an image.
Upload Image
This endpoint id used to upload an image to your S3 bucket.
Sync Models
This endpoint is important for users with multiple servers and want to sync models between two servers
Load Vae
This endpoint is helps to load vae
NSFW Image Check
This endpoint allows you to check if an image is nsfw image
Playground
You can test the available endpoints in our dedicated Playground Section.