Skip to main content

Introduction

This section is for anyone who is at least a user of the TANGO ecosystem. It explains what users can do with the available AI models and how they can take advantage of their capabilities.

A Typical Workflow

Interacting with a model on the TANGO Platform is a straightforward process that typically follows three main steps:

  1. Authenticate: First, you must obtain an access token. This token is like a digital key that proves your identity and authorizes you to make requests to the TANGO API.
  2. Discover: Once you are authenticated, you can explore the models available within your workspace. You can retrieve a list of models to find the one that suits your needs.
  3. Interact: Finally, with your access token and the ID of a specific model, you can send your data to be processed and receive the model's output—whether it's a prediction, a classification, or another form of analysis.

What’s Inside This Section

This part of the documentation is structured to guide the user through the essential steps of using the TANGO Platform effectively.

  1. Authentication Learn how to obtain the necessary access token to interact with the TANGO API. This is the starting point for all interactions.

  2. List TANGO Models Discover how to retrieve a list of all models you have permission to access within your workspace.

  3. Query TANGO Models The core of the user workflow. This guide explains how to get and interact with a specific model and its result.

  4. Managing Files Learn how to upload, download, and manage files in the Data Catalog.

  5. Sessions and Invocations Understand how TANGO groups your interactions into sessions and how to track individual requests (invocations).

  6. OpenAPI and Postman Collection For developers who want to explore the API interactively, find links to our OpenAPI (Swagger) documentation and a pre-configured Postman collection to get started quickly.

Getting Started

Before you begin, ensure you have your login credentials (email and password) provided by your workspace supervisor.

Ready to connect? Your first step is to get an access token.