pinterest_ upload_ video
Stream the frozen video to the native destination saved in uploadReceipt.
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.
- Source
- Pinterest Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_upload_video",
"args": {
"adAccountId": "<string>",
"sourceUrl": "<string>",
"uploadReceipt": "<string>"
}
}
}