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

# Introduction

> Learn about the bunny.net APIs and how to integrate with the platform.

bunny.net provides a comprehensive set of APIs that enable you to programmatically manage your resources and integrate with our services.

<Card title="Quickstart" icon="rocket" href="/api-reference/quickstart" horizontal>
  Get started and create your first API request
</Card>

## Core Platform API

The [Core Platform API](/api-reference/core) provides access to manage your account and resources:

* Pull Zones (CDN)
* Storage Zones
* DNS Zones
* Stream Video Libraries
* Statistics and billing

### Base URL

```bash theme={null}
https://api.bunny.net
```

## Product APIs

In addition to the Core Platform API, each product has its own dedicated API for managing content and product-specific operations:

| Product                                             | Description                                             | Base URL                                |
| --------------------------------------------------- | ------------------------------------------------------- | --------------------------------------- |
| [Stream](/api-reference/stream)                     | Manage video libraries, collections, and videos         | `https://video.bunnycdn.com`            |
| [Edge Storage](/api-reference/storage)              | Upload, download, and manage files in storage zones     | `https://{region}.storage.bunnycdn.com` |
| [Shield](/api-reference/shield)                     | Configure WAF rules, rate limiting, and DDoS protection | `https://api.bunny.net`                 |
| [Scripting](/api-reference/scripting)               | Deploy and manage edge scripts                          | `https://api.bunny.net`                 |
| [Magic Containers](/api-reference/magic-containers) | Manage container applications and deployments           | `https://api.bunny.net/mc`              |
| [Origin Errors](/api-reference/origin-errors)       | Retrieve origin error logs for pull zones               | `https://cdn-origin-logging.bunny.net`  |
| [CDN Logging](/api-reference/cdn-logging)           | Retrieve raw request logs for pull zones                | `https://logging.bunnycdn.com`          |
