Add an image/logo or text overlay to the timeline
add_timeline_overlayOverlay an image or text caption on a video timeline at a specific time and position. Use for adding logos, watermarks, or text overlays to real estate property videos.
Instructions
Overlay an EXISTING image/logo OR a text caption on the timeline at a specific point. For an image, pass imageId (already in the project — url auto-resolved) or a direct url; for text, pass text. position is percent-of-canvas (0-100) from the top-left. Blocked in read-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Direct image url (alternative to imageId). | |
| size | No | Image scale factor 0-1. Image overlays only. | |
| text | No | Text caption — provide instead of an image for a text overlay. | |
| s3Key | No | ||
| imageId | No | Project image id to overlay (url auto-resolved). | |
| opacity | No | ||
| duration | No | Seconds on screen. Default 5. | |
| fontSize | No | Text size in px. Text overlays only. | |
| position | No | Percent-of-canvas position from top-left. | |
| fontColor | No | Text color, e.g. #FFFFFF. Text overlays only. | |
| projectId | Yes | ||
| startTime | No | Seconds from the start of the movie. Default 0. |