AvalaAvala
Book a Demo
Developer Tools

Build with Avala

One command to install. Manage datasets, exports, quality targets, and automation agents from your terminal.

terminal
$ curl -fsSL https://avala.ai/install.sh | bash

Requires Python 3.9+

Up and running in seconds

Install the CLI, set your API key, and start managing your data.

terminal
# Install the Avala CLI
$ curl -fsSL https://avala.ai/install.sh | bash

# Authenticate
$ export AVALA_API_KEY="avk_..."

# Start using it
$ avala datasets list
$ avala exports create --project proj_abc123

Everything from the terminal

Manage your annotation pipeline without leaving the command line.

Datasets

List, inspect, and manage datasets. View item counts, types, and metadata at a glance.

$ avala datasets list

Exports

Create exports from projects or datasets. Track status and download results programmatically.

$ avala exports create --project <uid>

Auto-Label

Run auto-labeling jobs with SAM or YOLO models. Set confidence thresholds and filter by label.

$ avala auto-label create --project <uid>

Webhooks

Subscribe to events like task completion and export readiness. Test and monitor deliveries.

$ avala webhooks create --target-url <url>

Start building

Install in one command. Read the docs when you need them.

$ curl -fsSL https://avala.ai/install.sh | bash