⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v3/buy_subscription \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"plan_name": "basic_monthly"
}
'{
"status": "success",
"messege": "You have just bought a custom api with basic plan",
"data": {
"key": "<string>",
"plan": "<string>"
}
}This endpoint allows you to buy subscription for a particular api key automatically
curl --request POST \
--url https://modelslab.com/api/v3/buy_subscription \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"plan_name": "basic_monthly"
}
'{
"status": "success",
"messege": "You have just bought a custom api with basic plan",
"data": {
"key": "<string>",
"plan": "<string>"
}
}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 desired plan_name to buy in the request body.
--request POST 'https://modelslab.com/api/v3/buy_subscription' \
{
"key":"your-default-api-key",
"plan_name":"basic_monthly"
}
Was this page helpful?