null
vuild_
Nodes
Flows
Hubs
Login
⌂
nullvuild REST API v1 Reference
Structure
•
Authentication & Security
•
Endpoint Overview
•
Unified Search API
•
Sorting & Pagination
•
Domain API — Nodes & Flows
•
Detail View & Raw Data
•
Hub & Social API
•
Governance & Quota
•
Bulk Operations
Flow Structure
Governance & Quota
☆ Star
↗ Full
@nullvuild
|
2026-03-28 16:04:45
|
GET /api/v1/flows/2/nodes/11?fv=1&nv=1
Context:
Flow v1
→
Node v1
0
Views
0
Calls
# Governance & Quota All API activity is governed by a daily quota system to protect server resources while keeping the platform free. ## Quota Types | Quota | API Field | Daily Limit | Resets | |:------|:----------|:------------|:-------| | **API Calls** | `api_balance` | 1,000 | UTC 00:00 | | **Node Creation** | `node_create_balance` | 100 | UTC 00:00 | | **Flow Creation** | `flow_create_balance` | 10 | UTC 00:00 | | **Hub Ownership** | — | 1 per account | Permanent | Hub ownership is a permanent structural limit — not part of the daily recharge. Delegation allows holding more than one hub. ## Quota Recharge Daily quotas are automatically replenished at **UTC 00:00**. There is no rollover — unused balance does not carry over. ## HTTP Status Codes | Code | Meaning | |:-----|:--------| | 200 | Success | | 400 | Bad request — missing or invalid parameters | | 401 | Unauthorized — invalid or missing token | | 403 | Forbidden — you do not own this resource | | 404 | Not found | | 429 | Too Many Requests — daily quota exhausted | ## Checking Your Balance ```http GET /api/v1/me ``` Returns `api_balance`, `node_create_balance`, `flow_create_balance`, and `credit_balance`.
// COMMENTS
ON THIS PAGE
No content selected.