Rate Limits & Quota

Setiap akun memiliki quota request harian berdasarkan tier berlangganan.

Quota Harian

TierRequest/HariMax Token/Request
Free1050.000
Starter100100.000
Pro1.000200.000
EnterpriseUnlimited500.000

Reset Quota

Quota reset setiap hari pukul 00:00 WIB.

Jika Quota Habis

Response HTTP 429:

{
  "error": {
    "message": "Daily quota exceeded",
    "type": "quota_exceeded",
    "daily_limit": 100,
    "tier": "starter"
  }
}

Solusi:

  1. 1. Beli topup add-on di dashboard
  2. 2. Tunggu reset quota besok 00:00 WIB
  3. 3. Upgrade ke tier lebih tinggi di halaman harga

Cek Sisa Quota

Lihat di dashboard atau header response:

X-RateLimit-Remaining: 47
X-RateLimit-Reset: 1719244800