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

# API Overview

> The B.O.O.B.I.E.™ engine API — a RESTful interface for intelligent workflow automation.

## Base URL

## Request Format

```bash theme={null}
Content-Type: application/json
Authorization: Bearer YOUR_BOOBIE_API_KEY
```

## Supported Verticals

| Vertical                       | Key          |
| ------------------------------ | ------------ |
| Television & Broadcast         | `television` |
| Music & Record Labels          | `music`      |
| Film & Studio Production       | `film`       |
| Streaming Platforms            | `streaming`  |
| Professional Sports            | `sports`     |
| Podcasts & Audio               | `podcast`    |
| Influencers & Digital Creators | `creator`    |
| Literary Arts & Publishing     | `literary`   |
| Video Games & Interactive      | `gaming`     |
| Graphic Art & Visual Media     | `visual`     |
| Talent Agencies & Management   | `agency`     |
| Media & Entertainment Brands   | `media`      |

## HTTP Status Codes

| Code  | Meaning               |
| ----- | --------------------- |
| `200` | Success               |
| `201` | Created               |
| `400` | Bad Request           |
| `401` | Unauthorized          |
| `403` | Forbidden             |
| `404` | Not Found             |
| `429` | Rate Limited          |
| `500` | Internal Server Error |
