Skip to main content

Dreambooth Finetunning API

Overview

The Dreambooth Finetunning API collection is dedicated to model training.

The available endpoints handle requests for training models using custom images and a base model.

tip

Read our handy blog article about model training, before you dive in.

Available Endpoints

Train a Dreambooth Model with Custom Images Endpoint

Using this endpoint you can train a Dreambooth model with your own images. You can train a model on any object or person.

Train a Dreambooth Model with Custom Images (V2) Endpoint

Using this endpoint you can train a Dreambooth model with your own images. You can train a model on any object or person.

The second version of the model training endpoint handles requests with more parameters.

Get Training Status Endpoint

This endpoint allows to check the current status of the model training and the estimated time remaining for its completion if not completed yet.

Cancel Training Request Endpoint

This endpoint is used to cancel a Dreambooth model training request.

Delete Dreambooth Request Endpoint

This endpoint is used to delete a Dreambooth model training request.

Get Model List Endpoint

This endpoint returns an array with the IDs of the models that you have created.

Upload Base64 Image and Crop Endpoint

This endpoint is used to upload an image in Base64 Format and crop it.

Train a Lora Model with Custom Images Endpoint

Using this endpoint you can train a lora model with your own images. You can train a model on any object or person.

Playground

You can try the available endpoints in our Playground section, just make sure to sign up first.