Developers
API Reference
Comprehensive API documentation for OryxOS, TeamDev, and ApnaProduct.
Quick Start
Quick Start — List Workflows
curl -X GET "https://api.zoibox.com/v1/workflows" \
-H "Authorization: Bearer zk_live_your_api_key" \
-H "Content-Type: application/json"// Response
{
"data": [{ ... }],
"total": 42,
"page": 1
}API Sections
Authentication
All API requests require authentication via API keys. Include your key in the Authorization header.
Authorization: Bearer zk_live_...
Generate API keys from your dashboard. Use zk_test_ prefixed keys for sandbox testing.
Rate Limits
API rate limits vary by plan to ensure fair usage and platform stability.
Free100 req/min
Pro1,000 req/min
Enterprise10,000 req/min
Rate limit headers are included in every response: X-RateLimit-Remaining