The Slices AI infrastructure API

The Slices AI infrastructure uses a simple “REST-like” web API that uses JSON data. This means you can use the API from any app, or browser, using HTTP calls.

This API is only minimally documented below. If you need more info, contact us at gpulab@ilabt.imec.be.

Authentication

The API uses OIDC for authentication. This means you need to obtain an OIDC token from the Slices portal, and include it in the Authorization header of your API calls.

OpenAPI Documentation

The API is documented using OpenAPI. You can find the OpenAPI documentation at https://ai.slices-ri.eu/api/gpulab/docs .