# pinterest_upload_video

> Stream the frozen video to the native destination saved in uploadReceipt.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads)

Stream the frozen video to the native destination saved in uploadReceipt. No bearer credential is sent to storage. Does not register another media or activate advertising. Follow with pinterest_get_video_upload.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/pinterest-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | Owning advertising account ID. Use the exact ID returned by account discovery; do not substitute a campaign or business ID. |
| `sourceUrl` | string | Required | Signed frozen Launcher video URL. Bind the imported asset using {$asset,field:"url"}; arbitrary external URLs are not accepted. |
| `uploadReceipt` | string | Required | Opaque upload receipt from pinterest_prepare_video_upload, bound to this organization, advertiser and frozen file. |
| `confirm` | boolean | Optional | Preview by default; true transfers the approved video. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_upload_video",
    "args": {
      "adAccountId": "<string>",
      "sourceUrl": "<string>",
      "uploadReceipt": "<string>"
    }
  }
}
```

- [Pinterest Ads metrics](https://www.getmcpads.com/docs/sources/pinterest-ads/metrics): What you can ask for.
- [Pinterest Ads dimensions](https://www.getmcpads.com/docs/sources/pinterest-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/pinterest-ads/tools/pinterest_upload_video
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
