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

# Introduction

> Welcome to the Unblocked Brands API Documentation

This API platform enables you to integrate with our two core products: **Pique** for social content syndication and **Passport** for digital wallet pass management.

## What you can do

### With Pique

Pique is our social boosting and content syndication platform that helps brands amplify their reach through creator networks. We offer two distinct services:

**Boosted Post** - Organically boost views for Instagram Reels. Our network drives authentic engagement to amplify your existing content and increase visibility without paid ads.

**Syndicated Content** - We remix and distribute your content to be posted by micro-influencers on TikTok and Instagram. This service transforms your brand content into creator-led posts for authentic reach.

The Pique API allows you to access comprehensive analytics for campaigns you run with us, including engagement metrics, video performance data, and strategic insights.

### With Passport

Passport enables you to create and manage digital passes for Apple Wallet and Google Wallet. The Passport API allows you to:

* **Send push notifications** - Deliver timely updates and offers directly to pass holders
* **Create digital passes** - Design and distribute branded passes to your customers
* **Set up location-based notifications** - Configure geofenced areas to trigger notifications when users are nearby
* **Manage locations** - Add and update physical locations associated with your passes

## Getting started

To get started:

1. **Get your API key** - Create an API key from your Passport dashboard
2. **Make your first request** - Try the endpoints in the interactive playground below
3. **Build your integration** - Check out our guides for creating different pass types

## Base URL

All API requests should be made to:

```
https://api.ubpass.co/v1/
```

## Authentication

All requests require authentication using an API key in the api-key header:

```bash theme={null}
api-key: ub_live_your_api_key_here
```

Learn more about [API keys](/api-reference/api-keys) and how to create them.

## Rate limits

API requests are rate limited to ensure fair usage and system stability. If you exceed the rate limit, you'll receive a `429 Too Many Requests` response.

## Support

Need help? Reach out to our support team or check out our comprehensive documentation for guides and examples.
