Get subscribed plan
curl --request POST \
--url https://modelslab.com/api/subscribed_plan \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"data": {}
}General APIs
Subscribed Plan
This endpoint allows you to see the current subscription plan you are on and your remaining balance
POST
/
subscribed_plan
Get subscribed plan
curl --request POST \
--url https://modelslab.com/api/subscribed_plan \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"data": {}
}Request
Send aPOST request to below endpoint to get the current subscription plan you are on and your remaining balance.
curl
--request POST 'https://modelslab.com/api/subscribed_plan' \
Body
json
{
"key": ""
}
Was this page helpful?
⌘I

