Skip to main content

Introduction to the Bouncy API

Written by Bouncy Admin
Updated over 2 months ago

The Bouncy API allows you to manage your deeplinks, access analytics, and automate workflows programmatically. It is designed for developers, agencies, and power users who want to integrate Bouncy into their own applications and platforms.


What You Can Do with the API

  • Automated Link Management -- Create, update, and delete deeplinks from your own applications.

  • Real-Time Analytics -- Access detailed click and visitor data to build custom dashboards.

  • Bulk Operations -- Create or update hundreds of links at once.

  • Custom Domain Management -- Connect and manage branded domains via API.


Requirements

Paid Plan Required

API access is available exclusively on paid plans. Free and Solo plan users must upgrade to a qualifying plan to use the API.

Rate Limits by Plan

Plan

Rate Limit

Growth

1,000 req/hour

Scaling

5,000 req/hour

Dominance

10,000 req/hour

Agency

50,000 req/hour

Rate limits reset every hour. Your current usage is tracked on the API Dashboard.


Getting Started

To start using the Bouncy API:

  1. Upgrade to a paid plan (Growth or higher) if you have not already.

  2. Generate an API key from the API page in your dashboard (see How to Generate Your API Key).

  3. Read the documentation at docs.bouncy.ai/introduction for endpoint references, code examples, and integration guides.


Authentication

All API requests require authentication using your API key. Include your key in the request headers:

Authorization: Bearer YOUR_API_KEY


API Features

Feature

Description

RESTful API endpoints

Standard REST architecture with JSON request/response bodies

Secure API key authentication

Each key is unique to your account and can be revoked at any time

Rate limiting and monitoring

Built-in rate limits with real-time usage tracking on your dashboard

Custom domain management

Connect and manage branded domains programmatically

Comprehensive documentation

Full endpoint reference with code examples at docs.bouncy.ai


Documentation

For full API documentation, including endpoint references, request/response examples, and integration guides, visit:


Related Articles

Did this answer your question?