Texel API
The Texel API module provides access to Texel data and services for third-party applications, and also simplifies the development of client applications that require automatic access to data and cloud functions.
All interaction with the API is carried out over a secure connection (HTTPS), which prevents the interception and compromise of data during transmission over the Internet. Accessing the API requires a unique key, which is issued to an authorized application and is then transmitted with every API call. Each API user has a limit on the number of requests from a single client per unit of time to prevent server overload due to errors in external applications.
The API functionality is divided into three groups of methods

Data Retrieval
These methods provide access to information stored in the online system, such as data on scanners, scanned clients, orders, 3D photos, 3D models, measurements, etc.

3D Model Export
These methods provide access to the 3D model export functionality provided by Texel Cloud. These methods allow you to create a new export task with the desired parameters (file format, number of triangles, color representation method, etc.), track the export’s progress, and receive a link to download the finished model.

Body Measurements
These methods provide access to the human body measurement functionality from 3D photos, provided by Texel Cloud. These methods allow you to create a new measurement task, track its progress, and receive the measurement results.
API Access
A detailed description of the methods and ready-made functions is available upon request. The module’s flexible capabilities allow you to create your own applications with automatic Texel API integration.