Schedule Clips
Publishing
Schedule Clips
Schedule completed clips for future publishing to social media
POST
Schedule Clips
Documentation Index
Fetch the complete documentation index at: https://docs.reap.video/llms.txt
Use this file to discover all available pages before exploring further.
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Schedule one or more completed clips for publishing at a future date. Clips are published sequentially with a configurable interval between each. Use this for batch publishing workflows where you want to space out content over time.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.- Schedule date must be at least 50 minutes in the future and within 12 months
- Interval between clips must be at least 5 minutes (300 seconds)
- Maximum 50 clips per request
- Each clip is scheduled at
scheduleDate + (index * intervalSeconds) - Partial success is possible: some clips may fail validation while others are scheduled successfully
- Only completed clips can be scheduled
Response
Array of successfully scheduled post objects
Array of clips that failed validation
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
List of clips to schedule (1-50)
List of integration IDs
Unix timestamp for the first clip (min 50 min in future)
Seconds between each clip (min 300)
Per-platform publishing settings