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

# Bulk Export Demo Videos

Bulk Export APIs are available for use within the Trust Intelligence Platform. You can use these APIs to extract large volumes of cookie receipts, consent receipts, and data subjects. The following demo videos walk you through the four steps of the Bulk Data Subject Export process. We recommend watching them before leveraging the [Bulk Export APIs](https://developer.onetrust.com/onetrust/reference/startexportrunpost).

# Step 1

## Create Bulk Export

[block:html]
{
  "html": "<iframe src=\"https://fast.wistia.net/embed/iframe/4l6nzqv47h?seo=false&videoFoam=false\" title=\"Bulk DS 1 Video\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" msallowfullscreen width=\"640\" height=\"325\"></iframe>\n<script src=\"https://fast.wistia.net/assets/external/E-v1.js\" async></script>"
}
[/block]

# Step 2

## Get Bulk Export Status

[block:html]
{
  "html": "<iframe src=\"https://fast.wistia.net/embed/iframe/9j2tcb1wwr?seo=false&videoFoam=false\" title=\"Bulk DS 2 Video\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" msallowfullscreen width=\"640\" height=\"325\"></iframe>\n<script src=\"https://fast.wistia.net/assets/external/E-v1.js\" async></script>"
}
[/block]

# Step 3

## Get Bulk Export Download Details

[block:html]
{
  "html": "<iframe src=\"https://fast.wistia.net/embed/iframe/82oadu8xn7?seo=false&videoFoam=false\" title=\"Bulk DS 3 Video\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" msallowfullscreen width=\"640\" height=\"325\"></iframe>\n<script src=\"https://fast.wistia.net/assets/external/E-v1.js\" async></script>"
}
[/block]

# Step 4

## Local cURL

```Text cURL
curl --header "Authorization: Bearer <TOKEN_FROM_RESPONSE>" --output "<FILENAME_FROM_RESPONSE>" -fL "URL_FROM_RESPONSE"
```

[block:html]
{
  "html": "<iframe src=\"https://fast.wistia.net/embed/iframe/9cu01fep7o?seo=false&videoFoam=false\" title=\"Bulk DS 4 Video\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" msallowfullscreen width=\"640\" height=\"325\"></iframe>\n<script src=\"https://fast.wistia.net/assets/external/E-v1.js\" async></script>"
}
[/block]

<br />

> 📘
>
> For more information, see the [Bulk Export for Data Subjects, Consent Receipts, and Cookie Receipts](https://developer.onetrust.com/onetrust/recipes/bulk-export-for-data-subjects-consent-receipts-and-cookie-receipts) recipe.