curl --request POST \
--url https://api.novita.ai/openapi/v1/user/team/check-budget \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data '{"member_id": "<string>"}'
{
"enough": true
}
Team Budget
Check If Member Budget Is Sufficient
POST
/
openapi
/
v1
/
user
/
team
/
check-budget
curl --request POST \
--url https://api.novita.ai/openapi/v1/user/team/check-budget \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data '{"member_id": "<string>"}'
{
"enough": true
}
Request Headers
string
必須
Enum:
application/jsonstring
必須
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
string
必須
The sub-user account ID of the member to check.
Response Parameters
bool
必須
Whether the member’s remaining budget is sufficient (i.e., remaining balance is greater than zero).
curl --request POST \
--url https://api.novita.ai/openapi/v1/user/team/check-budget \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data '{"member_id": "<string>"}'
{
"enough": true
}
最終更新日 2026年5月15日