Scheduling
Schedule Video
Schedule a video for automatic publishing to social platforms
POST
Try it out! Use the API playground on the right to test the Schedule Video endpoint directly.
Overview
Schedule a completed video for automatic publishing to a connected social platform. The video will be published at the specified time without any manual intervention. This is perfect for:- Building a content calendar
- Automating your publishing workflow
- Scheduling content for optimal posting times
- Bulk scheduling videos across platforms
Videos must be in completed status before they can be scheduled. Connect your social platforms in the Hooked Dashboard first.
Endpoint
Required Fields
ID of the completed video to schedule. Get this from the video creation response or the
/v1/video/list endpoint.ID of the connected social platform. Get available integrations from
/v1/integration/list.ISO 8601 datetime for when to publish the video. Must be in the future.Example:
2024-03-15T14:00:00.000ZOptional Fields
Platform-specific metadata for the post
Request Examples
Basic Schedule
With Platform Data (YouTube)
With Platform Data (TikTok/Instagram)
Complete Workflow Example
Response
Platform-Specific Notes
YouTube
| Field | Requirement | Notes |
|---|---|---|
title | Recommended | Max 100 characters. Falls back to video name if not provided. |
description | Recommended | Max 5000 characters. Supports line breaks and links. |
tags | Optional | Max 30 tags. Used for search discovery. |
privacyStatus | Optional | Defaults to public. |
madeForKids | Optional | Required for COPPA compliance. Defaults to false. |
TikTok
| Field | Requirement | Notes |
|---|---|---|
description | Recommended | Max 2200 characters. Hashtags are auto-extracted. |
tags | Optional | Appended as hashtags to description. |
| Field | Requirement | Notes |
|---|---|---|
description | Recommended | Caption for the post. Max 2200 characters. |
tags | Optional | Appended as hashtags to caption. |
Best Practices
Schedule Ahead
Schedule at least 15 minutes in the future to allow for processing.
Use Optimal Times
Research your audience’s active hours for better engagement.
Set Up Webhooks
Get notified when posts are published or if publishing fails.
Include Metadata
Add titles, descriptions, and tags for better discoverability.
Error Handling
| Error | Description | Solution |
|---|---|---|
Video not found | Invalid video ID | Use a valid video ID from /v1/video/list |
Integration not found | Invalid integration ID | Use a valid integration ID from /v1/integration/list |
Video must be completed | Video still processing | Wait for video to complete before scheduling |
Scheduled time must be in the future | Time has already passed | Use a future datetime |
Video does not belong to your team | Wrong team | Ensure you’re using the correct API key |
Next Steps
List Scheduled
View all your scheduled posts
Update Schedule
Change time or metadata
Cancel Schedule
Cancel a scheduled post
Webhooks
Get notified on publish
Authorizations
Body
application/json
Response
201
Schedule created successfully