⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v3/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
curl --request POST \
--url https://modelslab.com/api/v3/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
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint and pass the quantity of the models you want to buy in the request body.
--request POST 'https://modelslab.com/api/v3/dreambooth/buy_model' \
{
"key": "your_api_key",
"quantity": ""
}
Was this page helpful?