· 5 years ago · Jan 24, 2021, 06:20 PM
1context:
2 id: plans
3 sla: '1.0'
4 type: plans
5 api: ./fullcontact-oai.yaml
6 provider: FullContact
7infrastructure:
8 supervisor: 'http://supervisor.oai.governify.io/api/v2'
9 monitor: 'http://monitor.oai.governify.io/api/v1'
10metrics:
11 requests:
12 type: integer
13 format: int64
14 description: Number of requests
15 resolution: consumption
16 matches:
17 type: integer
18 format: int64
19 description: Number of matches
20availability: '2009-10-09T21:30:00.00Z'
21plans:
22 Starter:
23 pricing:
24 cost: 99
25 currency: USD
26 period:
27 amount: 1
28 unit: month
29 quotas:
30 # Person API Matches
31 'v2/person':
32 post:
33 matches:
34 - max: 6000
35 cost:
36 overage:
37 overage: 1
38 cost: 0.006
39 # Company API Matches
40 'v2/company/search':
41 post:
42 matches:
43 - max: 2400
44 cost:
45 overage:
46 overage: 1
47 cost: 0.006
48 # Company key people API Matches
49 'v2/company/lookup':
50 post:
51 matches:
52 - max: 250
53 # Name API
54 'v2/names':
55 post:
56 matches:
57 - max: 15000
58 cost:
59 overage:
60 overage: 1
61 cost: 0.001
62 # Location API
63 'v2/locations':
64 post:
65 matches:
66 - max: 15000
67 cost:
68 overage:
69 overage: 1
70 cost: 0.001
71 # Stats API
72 'v2/stats':
73 post:
74 matches:
75 - max: 15000
76 cost:
77 overage:
78 overage: 1
79 cost: 0.001
80
81 # Card reader
82 'v2/cardReader':
83 post:
84 matches:
85 - max: 25
86 cost:
87 overage:
88 overage: 1
89 cost: 0.15
90 rates:
91 'v2/person':
92 post:
93 requests:
94 - max: 300
95 period:
96 amount: 1
97 unit: min
98 'v2/company/search':
99 post:
100 requests:
101 - max: 300
102 period:
103 amount: 1
104 unit: min
105 'v2/company/lookup':
106 post:
107 requests:
108 - max: 300
109 period:
110 amount: 1
111 unit: min
112 'v2/names':
113 post:
114 requests:
115 - max: 300
116 period:
117 amount: 1
118 unit: min
119 'v2/locations':
120 post:
121 requests:
122 - max: 300
123 period:
124 amount: 1
125 unit: min
126 'v2/stats':
127 post:
128 requests:
129 - max: 300
130 period:
131 amount: 1
132 unit: min
133 'v2/cardReader':
134 post:
135 requests:
136 - max: 300
137 period:
138 amount: 1
139 unit: min
140 Basic:
141 pricing:
142 cost: 199
143 currency: USD
144 period:
145 amount: 1
146 unit: month
147 quotas:
148 # Person API Matches
149 'v2/person':
150 post:
151 matches:
152 - max: 15000
153 cost:
154 overage:
155 overage: 1
156 cost: 0.006
157 # Company API Matches
158 'v2/company/search':
159 post:
160 matches:
161 - max: 6000
162 cost:
163 overage:
164 overage: 1
165 cost: 0.006
166 # Company key people API Matches
167 'v2/company/lookup':
168 post:
169 matches:
170 - max: 250
171 # Name API
172 'v2/names':
173 post:
174 matches:
175 - max: 50000
176 cost:
177 overage:
178 overage: 1
179 cost: 0.001
180 # Location API
181 'v2/locations':
182 post:
183 matches:
184 - max: 50000
185 cost:
186 overage:
187 overage: 1
188 cost: 0.001
189 # Stats API
190 'v2/stats':
191 post:
192 matches:
193 - max: 50000
194 cost:
195 overage:
196 overage: 1
197 cost: 0.001
198
199 # Card reader
200 'v2/cardReader':
201 post:
202 matches:
203 - max: 25
204 cost:
205 overage:
206 overage: 1
207 cost: 0.15
208 rates:
209 'v2/person':
210 post:
211 requests:
212 - max: 300
213 period:
214 amount: 1
215 unit: min
216 'v2/company/search':
217 post:
218 requests:
219 - max: 300
220 period:
221 amount: 1
222 unit: min
223 'v2/company/lookup':
224 post:
225 requests:
226 - max: 300
227 period:
228 amount: 1
229 unit: min
230 'v2/names':
231 post:
232 requests:
233 - max: 300
234 period:
235 amount: 1
236 unit: min
237 'v2/locations':
238 post:
239 requests:
240 - max: 300
241 period:
242 amount: 1
243 unit: min
244 'v2/stats':
245 post:
246 requests:
247 - max: 300
248 period:
249 amount: 1
250 unit: min
251 'v2/cardReader':
252 post:
253 requests:
254 - max: 300
255 period:
256 amount: 1
257 unit: min
258