Skip to main content

Explore the Platform

Pick Your Language

Quick Example

from avala import Client

client = Client(api_key="your-api-key")

# List your datasets
for ds in client.datasets.list():
    print(f"{ds.name}{ds.item_count} items")

# Create an export
export = client.exports.create(project="your-project-uid")

Get Started

Integrate with AI

Need Help?

Email support at support@avala.ai or open an issue on GitHub.