Video Uploads
Upload videos up to 256 GB with support for multiple formats
Publish videos and Shorts to YouTube with a unified API. Handle uploads, thumbnails, and privacy settings without wrestling with YouTube's Data API.
One API call replaces OAuth complexity, resumable uploads, and quota management.
Upload videos up to 256 GB with support for multiple formats
YouTube automatically detects Shorts based on duration and aspect ratio
Set custom thumbnail images with the cover_url parameter
Control video visibility with public, unlisted, or private settings
curl -X POST "https://api.postproxy.dev/api/posts" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "post": { "body": "Check out our latest tutorial on building API integrations!" }, "profiles": ["youtube"], "media": ["https://example.com/video.mp4"], "platforms": { "youtube": { "title": "How to Build an API Integration", "privacy_status": "public", "cover_url": "https://example.com/custom-thumbnail.jpg" } } }'| Format | Description |
|---|---|
post | Channel video (default) |
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | No | Video title |
privacy_status | string | No | Video visibility setting (public, unlisted, private) |
cover_url | string | No | URL of custom thumbnail image |
| Media Type | Max Size | Formats | Max Count | Duration |
|---|---|---|---|---|
| Video | 256 GB | mp4, mov, avi, wmv, flv, 3gp | 1 | 1s+ |
View full documentation for all platform-specific features for YouTube
No need to handle OAuth flows, resumable uploads, or quota management. Postproxy handles YouTube's Data API v3 complexity for you.
YouTube quota limits are managed automatically with intelligent retry logic and queue management.
Publish long-form videos and Shorts through one unified API.
Automatic retries and clear status reporting ensure your videos reach YouTube successfully.
Common questions about YouTube integration
Start with our free plan and scale as your needs grow. No credit card required.