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

# Introduction

> Lumin APIs let you build document workflows — eSignatures, templates, and automation — directly into your application.

All API endpoints use standard HTTP methods, return JSON responses (except documented file downloads), and follow predictable resource-oriented URL patterns.

## Base URLs

| Environment | Base URL                      |
| ----------- | ----------------------------- |
| Production  | `https://api.luminpdf.com/v1` |

## What you can build

Each card below opens the **overview for that API area**, with links to every endpoint in that group.

<CardGroup cols={2}>
  <Card title="Signature requests" icon="pen-nib" href="/tabs/api-reference/api/signature-requests/signature-requests" horizontal>
    Send signature requests, update due dates, cancel requests, send reminders, get signing links, and download agreements and certificates.
  </Card>

  <Card title="Agreements" icon="file-contract" href="/tabs/api-reference/api/agreements/agreements" horizontal>
    Create AgreementGen documents from templates and download agreement files.
  </Card>

  <Card title="Templates" icon="file-lines" href="/tabs/api-reference/api/templates/templates" horizontal>
    List templates, fetch template details, and generate PDFs from Sign or
    AgreementGen templates.
  </Card>

  <Card title="Documents" icon="file-pdf" href="/tabs/api-reference/api/documents/documents" horizontal>
    Create documents from file upload or PDF templates and organize them in your
    Workspace.
  </Card>

  <Card title="Workspaces" icon="building" href="/tabs/api-reference/api/workspaces/workspaces" horizontal>
    Read Workspace metadata and list members with pagination.
  </Card>

  <Card title="Users" icon="user" href="/tabs/api-reference/api/users/users" horizontal>
    Retrieve information about the authenticated user.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quick start" icon="rocket" href="/tabs/guides/getting-started/quickstart" horizontal>
    Get oriented and run the docs locally, or follow your team’s onboarding steps.
  </Card>

  <Card title="Authentication" icon="key" href="/tabs/api-reference/api/lumin-api-reference" horizontal>
    Use API keys or bearer tokens — see schemes and headers for every request.
  </Card>

  <Card title="API reference" icon="code" href="/tabs/api-reference/api/signature-requests/signature-requests" horizontal>
    Jump into endpoint pages with request bodies, responses, and the interactive
    playground.
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/tabs/changelog" horizontal>
    See what’s new and what changed in recent API releases.
  </Card>
</CardGroup>
