Wallaroo API Guide

Reference Guide for the Wallaroo API

Table of Contents

The Wallaroo MLOps API provides users the ability to submit commands to a Wallaroo instance via a RCP-like HTTP API interface. This allows organizations to develop applications that can administrate Wallaroo from their own custom applications.

Wallaroo API URLs

Wallaroo uses the following format for connecting to service URLs:

Connections to Wallaroo services are provided as https://{Wallaroo domain}/{service}. The following URLs are useful in using and learning more about the Wallaroo MLOps API.

For more information, see the DNS Integration Guide.

PageURLDescription
Wallaroo API URLhttps://{Wallaroo Domain}/v1/apiAddress for the Wallaroo instance’s API. API requests will be submitted to this instance.
Wallaroo API Documentationhttps://{Wallaroo Domain}/auth/docsA HTML rendered view of the Wallaroo API specification.
Wallaroo Documentation Sitehttps://docs.wallaroo.ai/Wallaroo Documentation Site
Wallaroo Authentication Servicehttps://{Wallaroo Domain}/authAuthentication service connection. For managing users in Wallaroo, see the Wallaroo User Management guides.
Wallaroo Token Request URLhttps://{Wallaroo Domain}/auth/realms/master/protocol/openid-connect/tokenThe authentication token retrieval URL.

For example, if the Wallaroo Domain is wallaroo.example.com, the URLs would be as follows:

PageExample URL
Wallaroo API URLhttps://wallaroo.example.com/v1/api
Wallaroo API Documentationhttps://wallaroo.example.com/v1/api/docs
Wallaroo Documentation Sitehttps://docs.wallaroo.ai/
Wallaroo Authentication Servicehttps://wallaroo.example.com/auth
Wallaroo Token Request URLhttps://wallaroo.example.com/auth/realms/master/protocol/openid-connect/token

Wallaroo API Connection Guide

How to authenticate and connect to the Wallaroo MLOps API and Pipeline Inference URL API.

Wallaroo MLOps API Essentials Guide

Basic Guide for the Wallaroo API

Wallaroo MLOps API Reference Guide