-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseon-tech-rate-limits.yml
More file actions
101 lines (101 loc) · 2.92 KB
/
Copy pathseon-tech-rate-limits.yml
File metadata and controls
101 lines (101 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
specification: API Commons Rate Limits
specificationVersion: '0.1'
schema: https://raw.githubusercontent.com/api-evangelist/interface-research/main/schema/api-commons.yml#/$defs/RateLimits
provider: SEON
providerId: seon-tech
created: '2026-05-04'
# Provenance stamped 2026-08-11: this artifact was written by the API Evangelist
# bulk sweep dated 2026-05-04, not harvested from the provider. See roadmap#35.
method: generated
modified: '2026-05-04'
tags:
- AML Compliance
- Fraud Prevention
- Identity Verification
- Risk Scoring
- Rate Limiting
- Quotas
- Throttling
description: Machine-readable rate limit definitions for the SEON API surface. Captures per-tier quotas,
burst behavior, response signaling, and recovery semantics. Defaults are scaffold values to be replaced
with published provider limits.
headers:
limit: X-RateLimit-Limit
remaining: X-RateLimit-Remaining
reset: X-RateLimit-Reset
retryAfter: Retry-After
policy: RateLimit-Policy
responseCodes:
throttled: 429
quotaExceeded: 429
serviceUnavailable: 503
limits:
- tier: free
name: Free Tier Default
scope: api-key
metric: requests_per_minute
limit: 10
burst: 20
timeFrame: minute
applies:
- SEON Fraud API
- SEON Email API
- SEON Phone API
- tier: free
name: Free Tier Monthly Quota
scope: api-key
metric: requests_per_month
limit: 1000
timeFrame: month
applies:
- SEON Fraud API
- SEON Email API
- SEON Phone API
- tier: professional
name: Professional Tier Default
scope: api-key
metric: requests_per_minute
limit: 100
burst: 200
timeFrame: minute
applies:
- SEON Fraud API
- SEON Email API
- SEON Phone API
- tier: professional
name: Professional Tier Monthly Quota
scope: api-key
metric: requests_per_month
limit: 100000
timeFrame: month
applies:
- SEON Fraud API
- SEON Email API
- SEON Phone API
- tier: enterprise
name: Enterprise Negotiated Limit
scope: contract
metric: requests_per_minute
limit: 1000
burst: 5000
timeFrame: minute
applies:
- SEON Fraud API
- SEON Email API
- SEON Phone API
policies:
- name: Backoff Strategy
description: Clients should implement exponential backoff with jitter, honoring the Retry-After header
when present.
- name: Burst Handling
description: Short bursts above the steady-state limit are tolerated up to the documented burst ceiling
before throttling engages.
- name: Quota Reset
description: Monthly quotas reset at the start of each calendar month in UTC. Per-minute and per-second
windows reset on a sliding-window basis.
- name: Fair Use
description: Even on uncapped enterprise tiers, sustained usage that materially impacts shared infrastructure
may be subject to fair-use throttling.
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com