Buy Model Automatically

This endpoint allows you to buy model automatically.


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

Before calling this endpoint, make you have enable Automatic Model Purchase on your dashboard. Make a POST request to https://stablediffusionapi.com/api/v3/dreambooth/buy_model endpoint and pass the quantity of the model you want to buy.

key : Your API Key
quantity : The number of models you want to buy

Request Body

Body Raw
{
 "key":""  ,
 "quantity":2
}