AI Learning Guide

Aralia AI SDK

AI Agent Tutorial

Quick Start

System Overview & Core Concepts

Prerequisite

Experiment in Colab

Custom AI Workflow

🔌DataPlanet API


Environment

<aside> <img src="/icons/search_blue.svg" alt="/icons/search_blue.svg" width="40px" />

SSO Base URL: https://marketing-sso.araliadata.io

</aside>

<aside> <img src="/icons/search_blue.svg" alt="/icons/search_blue.svg" width="40px" />

API Base URL: {DATA_PLANET_DOMAIN},e.g.:

for more planets, please checks on https://marketing.araliadata.io/planets

</aside>


Authentication

🔐 Get authentication token

<aside>

POST {ssoURL}/realms/stellar/protocol/openid-connect/token

</aside>

Header

Content-Type: application/x-www-form-urlencoded

Parameters

Name Type Description
grant_type * string client_credential
client_id string Client ID
client_secret integer Client Secret

Responses

After successful authentication, include the token in the API header:

<aside>

Authorization: Bearer {token}

</aside>


Dataset API

🔍 Query datasets from other Planets or those published to Galaxy

🔍 Get a dataset by ID

🔍 List Virtual Variables


Exploration API

🔍 Get filter options

🔍 Data exploration

← Previous: Custom AI Workflow