diff --git a/cloud/index.html b/cloud/index.html new file mode 100644 index 0000000..9c7156e --- /dev/null +++ b/cloud/index.html @@ -0,0 +1,364 @@ + + +
+ + + + + + + + + + + + +Instantly analyze user-agent data for accurate insights.
+Effortlessly integrate our service to your existing stack using REST API.
+Improve analytics, security, & personalization with precision.
++ | Starter | +Basic | +Plus | +Professional | +Advanced | +
---|---|---|---|---|---|
API Traffics + | +25,000 + | +100,000 + | +250,000 + | +500,000 + | +More + | +
+ Monthly price + | +
+ $9+ |
+
+ $19+ |
+
+ $29+ |
+
+ $49+ |
+ + Customized + | +
+ | ++ + | ++ + | ++ + | ++ + | ++ + | +
Your submission is received. We'll be in touch as soon as we're ready! Stay tuned 🚀
+ +Welcome to UAParser @cloud. By accessing or using our service, you agree to these Terms & Conditions.
+ +We may suspend or terminate your access to UAParser @cloud at our discretion if you violate these terms.
+ +We may update these Terms & Conditions from time to time.
+ +For any questions regarding these Terms & Conditions, please contact us at cloud@uaparser.dev
+Welcome to UAParser @cloud. This Privacy Policy explains how we collect, use, and protect your information when you use our service.
+ +We do not sell or share your personal data with third parties, except as required by law.
+ +We may update this Privacy Policy from time to time. Continued use of the service after changes indicates your acceptance.
+ +If you have any questions, please contact us at cloud@uaparser.dev
+# Example
+POST https://api.uaparser.dev/cloud/v1/identify/device
+
+Content-Type: application/json
+Authorization: Bearer YOUR_API_KEY
+
+{
+ "headers": {
+ "User-Agent" : "Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3"
+ }
+}
+
+