Skip to main content

Introduction

The platform's API allows for the easy integration of file analysis and processing capabilities into external applications. Through a REST interface, developers can send files or references to multimedia content for processing and obtain structured, ready-to-use results.

The API has been designed following cloud-native principles and is scalable, allowing for the efficient handling of multiple concurrent requests. Internally, requests are decoupled using a queuing system and processed by specialized workers, ensuring stability and performance even under load.

Integration is simple: just send the request to the corresponding endpoint and check the result once processing is complete. The endpoint design follows standard REST conventions and uses widely adopted formats such as JSON for responses. Requests are authenticated using an API_KEY.

This documentation describes the various available methods, the necessary parameters, the supported formats, and practical usage examples to facilitate quick and effective integration.