Update Post
Publishing
Update Post
Update a scheduled or draft post
POST
Update Post
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
Update the details of a scheduled or draft post. You can modify the title, description, tags, schedule date, and platform settings. Only the fields you provide will be updated; other fields remain unchanged.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.Cannot update posts that are already completed or currently processing. Schedule date must be at least 50 minutes in the future. Only fields you provide will be updated; other fields remain unchanged.
Response
Unique post identifier
ID of the parent project
ID of the published clip
Array of target platform names
Platforms where publishing succeeded
Platforms where publishing failed
Array of integration IDs used for publishing
Post title
Post description
Array of tags applied to the post
Current post status
Type of scheduling (
immediate or scheduled)Scheduled publish date as Unix timestamp
Actual publish date as Unix timestamp (null if not yet published)
Published URLs per platform
Per-platform configuration
Unix timestamp when the post was created
Unix timestamp when the post was last updated
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the post to update
New post title (max 250 characters)
New post description (max 1000 characters)
New post tags (max 10)
New schedule date (Unix timestamp, min 50 min in future)
Updated platform settings
Response
200 - application/json
Successful response
Available options:
processing, draft, completed, failed, cancelled, unresolved Available options:
scheduled, immediate Social media URLs keyed by integration ID