---
title: "APIs Overview | Branch APIs | Branch Help Center"
slug: "apis-overview"
description: "Learn about the different APIs that the Branch Growth Platform offers."
tags: ["api", "API Reference", "APIs", "Branch Features", "Link Creation"]
updated: 2025-07-18T21:23:51Z
published: 2025-07-18T21:23:51Z
canonical: "help.branch.io/apis-overview"
---

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

# APIs Overview

The following Branch APIs can help you query and export data, create Branch Links, make your own custom Branch QR Codes, and much more.

### Data APIs

| API | Purpose | Type of Data | Timing | Export Window |
| --- | --- | --- | --- | --- |
| [**Daily Exports**](/apidocs/daily-exports-api) | Export **all** device-level data in batches on a daily basis. | Log | Delayed & batched | Rolling 7 day window |
| [**Custom Exports**](/apidocs/custom-exports-api) | Export **select** device-level data using your own filters. | Log | Delayed & batched | Rolling 120 day window |
| [**Scheduled Log Exports**](/apidocs/scheduled-log-exports-api) | Set up a recurring export of select device-level data. | Log | Delayed & batched (hourly or daily cadence) | N/A |
| [**Cross-Events Export**](/apidocs/cross-events-export-api) | Query and compare large pools of data across multiple sources. | Aggregate | Delayed & batched | Rolling 2 year window |
| [**Aggregate**](/apidocs/aggregate-api) | Pull aggregate Branch data filtered for limited-access users. | Aggregate | Delayed & batched | Rolling 2 year window |
| [**Cohort**](/apidocs/cohort-api) | Pull cohort Branch data to understand user behavior and performance over time. | Aggregate | Delayed & batched | Rolling 2 year window |
| [**Query**](/apidocs/query-api) | Export **select** campaign- level data. | Aggregate | Real Time | Rolling 2 year window |

### Functional APIs

| API | Purpose |
| --- | --- |
| [**Deep Linking**](/apidocs/deep-linking-api) | Create, read, update, and delete your Branch Links. |
| [**Events**](/apidocs/events-api) | Track all of your events/conversions for your app. |
| [**QR Code**](/apidocs/qr-code-api) | Programmatically generate and customize Branch-powered QR codes. |
| [**Attribution**](/apidocs/attribution-api) | Attribute your app sessions to your active campaigns. |
| [**App**](/apidocs/app-api) | View and make updates to an existing Branch app configuration to better support workflows. |
| [**Data Subject Request**](/apidocs/data-subject-request-branch-api) | GDPR and CCPA related uses for accessing and erasing user/device data from Branch. |
| [**Quick Links**](/apidocs/quick-links-api) | Programmatically generate Branch Deep Links that surface on the Branch Dashboard. |

## API Access

Some Branch APIs are included with the Branch Growth Platform, while others require specific Branch packages. Please [contact our Sales team](https://www.branch.io/contact-sales/) to learn more about pricing and availability.

## Related

- [Trying APIs](/trying-apis.md)
