メインコンテンツへスキップ
GET
/
api
/
v0
/
organization
/
usage
/
limits
/
global
Get global user credits limit
curl --request GET \
  --url https://api.factory.ai/api/v0/organization/usage/limits/global \
  --header 'Authorization: Bearer <token>'
{
  "limit": 1
}

承認

Authorization
string
header
必須

Factory API key or JWT token for authentication

レスポンス

Response for status 200

limit
integer | null
必須

Current global per-user credits limit, or null if none is configured

必須範囲: x >= 0