GET
/api/*Authentication
All authenticated endpoints require an API key passed via the Authorization header. Generate keys from your Account → API Keys page.
Headers
AuthorizationrequiredBearer <your-api-key>Content-Typeoptionalapplication/json (for POST requests)Response
errorstringError message when authentication failsExamples
bash
curl -H "Authorization: Bearer wg_sk_..." https://wokgen.ai/api/quotaError Codes
401Missing or invalid API key403Insufficient scopes for this endpoint