Skip to main content
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
}

Documentation Index

Fetch the complete documentation index at: https://factory-docs-auto-sync-jp-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Response

Response for status 200

limit
integer | null
required

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

Required range: x >= 0