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

# Get Started

> Get started with the Renifler API to analyze web technologies, monitor domains, and more.

# 🚀 Welcome to the Renifler API

The Renifler API allows you to programmatically interact with our platform to:

* 🔍 Analyze the technologies used on a website
* 🛡️ Check DNS and SSL configurations
* 👤 Manage user accounts and avatars
* 🤖 Generate AI-powered technology summaries
* 📈 Monitor website performance

## 🔗 Base URL

```http theme={null}
https://api.renifler.io/v1
```

All requests must be made over HTTPS and prefixed with `/v1`.

## 🔐 Authentication

Include your API key in the `X-API-Key` header:

```http theme={null}
X-API-Key: your_api_key
```

You can get an API key from your [Renifler dashboard](https://renifler.io/profile).

<Note>
  To view all endpoints,see the [API Reference](https://docs.renifler.io/api-reference).
</Note>

## 🧰 Core Features

<CardGroup cols={2}>
  <Card title="Technology Analysis" icon="cpu" href="/api-reference/technologies/scan">
    Identify frameworks, CMS, and libraries used on a website.
  </Card>

  <Card title="SSL Verification" icon="shield-check" href="/api-reference/ssl/check">
    Analyze the validity, expiration, and configuration of SSL certificates.
  </Card>

  <Card title="DNS Monitoring" icon="globe" href="/api-reference/dns/check">
    Check DNS propagation and record types (A, MX, CNAME, etc.).
  </Card>

  <Card title="AI Resumes" icon="bot" href="/api-reference/ai/resume">
    Get AI-generated summaries of technologies used on a site.
  </Card>
</CardGroup>

## 📘 What's Next

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/api-keys">
    Generate, manage, and secure your Renifler API keys.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference">
    Browse all available endpoints.
  </Card>
</CardGroup>
