Onirix API
Onirix API allows developers to connect applications and services with Onirix. There are multiple usecases for using Onirix API:
- When using Onirix SDK to fully customize an experience but still want to access assets and other resources in Onirix Studio.
- When you want to integrate Onirix and its AR features into an existing platform so, for example, when creating an image in that platform it automatically creates a new Image-Tracking scene in Onirix.
- When you want to create projects, scenes, elements or upload assets in bulk.
Onirix has two main ways to communicate with Onirix API:
- REST API: It is a full service REST API. Every action that is made manually from Onirix Studio could be done automatically from this API.
- Javascript API Helper Library: Contains a simplified version of services. Useful when integrating from a Javascript environment (browser or node.js backend), especially for Onirix WebAR SDK