Schedule a video for automatic publishing to social platforms
/v1/video/list endpoint./v1/integration/list.2024-03-15T14:00:00.000Z| 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. |
| 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. |
| 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 |
Schedule created successfully