-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlimits.html
executable file
·132 lines (116 loc) · 3.45 KB
/
limits.html
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<html>
<!--
limits.html
BarcodeAPI.org, 2017-2025
-->
<head>
<title>BarcodeAPI.org - Rate Limits</title>
<meta name="keywords"
content="barcode, barcode api, barcode app, barcode generator, download barcode, free barcodes, custom barcodes">
<meta name="description"
content="Free online barcode generator! Scan barcodes in the web browser or download the images for free!">
<link rel="icon" type="image/png" href="/ext/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/ext/3p/flexboxgrid.min.css" />
<link rel="stylesheet" type="text/css" href="/ext/css/layout.css" />
<script src="/ext/js/ui.js"></script>
<script src="/ext/js/limits.js"></script>
</head>
<body>
<div class="wrapper container-fluid">
<div class="header row between-sm start-sm center-xs">
<div class="header-logo start-sm center-xs col-xs-12 col-sm-5"></div>
<div class="header-contact col-sm-5 middle-xs end-xs">
<h4>
<div class="header-support">FEEDBACK & SUPPORT</div>
<div class="header-email">[email protected]</div>
</h4>
<div class="action-icon action-email icon-email"></div>
</div>
</div>
<div class="row center-xs middle-xs">
<div class="tokens col-xs-12">
<h2>Rate Limits</h2>
<div class="notice-remaining">
<b>Token Limit</b>: <span id="token_limit"></span>/day <a class="text-link"
href="/session.html">❔</a>
<br />
<b>Tokens Remaining</b>: <span id="token_count"></span>
</div>
<div class="notice-enforced">
<br /><b>Note</b>: Rate limits are not enforced.
</div>
</div>
</div>
<div class="help-entry row center-xs middle-xs">
<div class="plan-overview col-xs-12">
Unlock the full potential of BarcodeAPI.org with our new pricing plans!
<br />
<br />
Our 10,000 token per day <b>FREE</b> plan should be sufficient for most users.
<br />
<br />
Power users of the API may require additional tokens or support.
</div>
</div>
<div class="help-entry row center-xs middle-xs">
<div class="plan-free col-sm-6 col-xs-12">
<h2>Free Tier</h2>
<div>
<b>ALWAYS FREE</b>
<br />
<br />
Up to 10,000 tokens per day
<br />
<br />
Limited user support
</div>
</div>
<div class="plan-pro col-sm-6 col-xs-12">
<h2>Pro Tier</h2>
<div>
<b>$15/mo</b>
<br />
<br />
Starting at 25,000 tokens per day
<br />
+$5/mo for each additional 10k
<br />
<br />
Basic technical support
</div>
</div>
</div>
<div class="row center-xs middle-xs">
<div class="plan-expert col-sm-6 col-xs-12">
<h2>Enterprise</h2>
<div>
<b>$75/mo</b>
<br />
<br />
Starting at 125,000 tokens per day
<br />
+$10/mo for each additional 25k
<br />
<br />
Priority support, 24/7
</div>
</div>
</div>
<div class="row center-xs middle-xs">
<div class="plan-links col-xs-12">
For information about tokens, check out the <a href="/api.html" class="text-link anim icon-chevron">API
Docs</a>
<br />
<br />
To upgrade your account, please visit <a href="/contracts.html"
class="text-link anim icon-chevron">Usage Contracts</a>
<br />
<br />
Additional user session cound be found at
<a href="/session.html" class="text-link anim icon-chevron">Session Info</a>
</div>
</div>
</div>
</body>
</html>