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

# API Reference

> Public API reference for Aseed Insight

## Welcome

This section contains the public API reference for **Aseed Insight**. Endpoints in this tab are generated from the filtered OpenAPI schema used by Mintlify.

<CardGroup cols={2}>
  <Card title="Public OpenAPI schema" icon="file-code" href="/api-reference/openapi-filtered.json">
    Schema used for this documentation (admin routes excluded).
  </Card>

  <Card title="Full OpenAPI schema" icon="code" href="https://app.aseed.ai/custdev/openapi.json">
    Raw backend schema with all available routes.
  </Card>
</CardGroup>

## Base URL

Use this base URL for API requests:

```
https://app.aseed.ai/custdev
```

## API Groups

Main endpoint groups in the current schema:

* **insight / insight\_public** - records, transcripts, generation, and chat
* **projects** - project management
* **project\_reports / project\_reports\_public** - project report generation and public access
* **prompts** - custom prompt operations
* **presets** - preset operations
* **agent** - AI assistant and related endpoints
* **interviews** - interview rooms and interview flow
* **webhooks** - integration webhook endpoints

<Note>
  Admin endpoints are intentionally excluded from this tab.
</Note>

## Authentication

This API uses `Bearer` authentication (`HTTPBearer`). Check each endpoint for exact requirements.

<Tip>
  You can import the OpenAPI schema into Postman or Insomnia for testing and collections generation.
</Tip>
