Dexie Logo
Documentation

Dexie Cloud API Limits

API Rate Limits

Dexie Cloud API has rate-limits per end-user for authorized requests and per client IP address for unauthorized requests.
Request TypeEval usersProd users
token100 per hour per target end-user100 per hour per target end-user
create-db10 per 12 hours per creator email10 per 12 hours per creator email
sync50 per 5 minutes per end user200 per 5 minutes per end user. (Client gracefully slows down sync if reaching 50%, avoiding ever reaching this limit)
import db25 per 10 minutes per API client25 per 10 minutes per API client
export db25 per 10 minutes per API client25 per 10 minutes per API client
REST GET200 per 15 minutes per user200 per 1 minute per user
REST POST/DELETE100 per 15 minutes per user100 per 1 minute per user

Client Rate-limit behavior

Dexie Cloud client (dexie-cloud-addon) will adjust it's sync frequency according to the current rate-limit to avoid any disturbance for the end user. When 50% of sync requests has been consumed within a the time window, it will start delaying the sync calls evenly across the rest of the time window so that it avoids ever reaching the rate-limit for sync.

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.