✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
cURL
curl --request POST \ --url https://modelslab.com/api/dreambooth/buy_model \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "quantity": "<string>" } '
{ "status": "success", "messege": "Payment was charged successfully", "purchased_models": 123, "used_models": 123, "available_models": 123 }
Allows you to buy a Lora model automatically
POST
--request POST 'https://modelslab.com/api/v3/dreambooth/buy_model' \
{ "key": "your_api_key", "quantity": "" }
Your API Key used for request authorization
The number of models you want to buy
Buy model response
success
"Payment was charged successfully"
Number of models purchased
Number of models used
Number of available models
Was this page helpful?