Introduction

This guide helps you call Alloy's dashboard-generation flow via API.

Base URL

https://api.isalloy.com

Quick Start

1

Get your API key

Get your API key from the Alloy dashboard: https://isally.com/dashboard/account-settings/profile

2

Authenticate your requests

Authenticate your requests using the Bearer token: authentication.md

3

Upload your dataset

Upload your dataset to generate a dashboard: endpoints.md#post-apidashboardgenerate

4

Check generation status or set up notifications

Check generation status: endpoints.md#get-apidashboardgenerategeneration_id Set up webhooks for notifications: webhooks.md

What's Next?

  • Learn about Authentication

  • Explore the API Endpoints

  • Set up Webhooks for real-time notifications

  • Review Additional Notes and best practices

Last updated