> ## Documentation Index
> Fetch the complete documentation index at: https://docs.duiapi.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Programmatic access to data and UI workflows

DUI API gives developers a simple, RESTful interface to query resources, trigger UI workflows, and build integrations — all over standard HTTP.

DUI API is a developer-first REST API that gives you programmatic access to your data and UI-driven workflows. Whether you're building internal tools, automating repetitive tasks, or integrating DUI into your existing stack, DUI API provides the endpoints, authentication, and documentation you need to ship fast. It's designed for developers who want a clean interface, predictable responses, and the flexibility to build whatever they need.

## Get started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API request in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to create and use your API key securely.
  </Card>

  <Card title="First Request" icon="code" href="/guides/first-request">
    Step-by-step walkthrough of querying data from DUI API.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Browse the full endpoint reference with live examples.
  </Card>
</CardGroup>
