# DeviceAtlas Enterprise # The DeviceAtlas Enterprise API (3.2.1) is a local library for high performance accurate identification of devices and their related properties. The API is designed to be easy to integrate and has full support for identification via User-Agent, Client Hint and Make/Model identifiers. The download package contains the following items: * The API library files * A sample data file * Documentation * Example code The data file contains all of the necessary device data and is loaded into a highly optimised in-memory data structure by the API. If you have any questions or are having trouble using the API please contact us at <support@deviceatlas.com> and our support team will be happy to assist you. The following documents are available: ### Enterprise API Installation ### This section deals with installing the DeviceAtlas Enterprise API. [Read more...](README.Installation.html) ### Device API Usage ### The DeviceAtlas Device Detection API provides a way to detect devices based on the HTTP headers. Using the headers, the API returns device information such as screen width, screen height, is mobile, vendor, model etc. [Read more...](README.DeviceApi.html) ### Device Detection API Config ### DeviceAtlas DeviceApi Config class provides options to customize the API behaviour in terms of memory use, caching, performance and device properties. [Read more...](README.DeviceApi-Config.html) ### Client Hints Support ### This document describes Client Hints and how they are used in the API. [Read more...](README.ClientHints.html) ### Device API Upgrade ### This document is intended for users of the 2.x APIs to assist in upgrading. [Read more...](README.Upgrade.html) ### API Documentation ### - [DeviceAtlas API JS Docs](./DeviceAtlasApiDocs/index.html) ### Examples ### Example code can be found in the /Examples directory. ### Useful Links ### 1. _Account Page:_ https://deviceatlas.com/user 2. _Properties:_ https://deviceatlas.com/resources/available-properties 3. _User-Agent Tester:_ https://deviceatlas.com/device-data/user-agent-tester ### Support ### Please contact <support@deviceatlas.com> . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _ Copyright (c) DeviceAtlas Limited 2024. All Rights Reserved. _ https://deviceatlas.com <!-- HTML+JS for document formatting when opened in browser --> <div class="btn-group" id="main-menu" style="float:right"><a class="btn dropdown-toggle" data-toggle="dropdown" href="#">Menu<span class="caret"></span></a><ul class="dropdown-menu"><li class="disabled"><a href="README.html">Main</a></li><li><a href="README.Installation.html">Enterprise API Installation</a></li><li><a href="README.DeviceApi.html">Device API Usage</a></li><li><a href="README.DeviceApi-Config.html">Device Detection API Config</a></li><li><a href="README.ClientHints.html">Client Hints Support</a></li><li><a href="README.Upgrade.html">Device API Upgrade</a></li><li class="divider"></li><li><a href="./DeviceAtlasApiDocs/index.html">DeviceAtlas API JS Docs</a></li></ul></div>