Skip to main content

REST API

A REST API (Representational State Transfer – Application Programming Interface) is a programming interface that enables standardized data exchange between software systems via the HTTP protocol. REST is an architectural style in which resources (e.g. inspection equipment, inspections, files) are addressed via unique URLs and managed with the HTTP methods GET (read), POST (create), PUT (update) and DELETE (delete).

The memida REST API returns data in JSON format and requires authentication via an API key in the HTTP header. This allows inspection equipment data to be retrieved programmatically, integrated into external systems or used to build automated workflows.