Add title card
add_title_cardPROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Cut to a STANDALONE full-frame card showing only this text, then return to the footage — the 'show the term on a blank screen' move. One call does all of it: builds the solid-colour card, splices it into the program at at_output_s, and centres the text on it. Because the card is a real cut (not an overlay), spoken-word captions never appear on it, so nothing overlaps. at_output_s is PROGRAM seconds and everything after it shifts later by duration_s (2-3s reads well). bg_color is the card colour ('#000000' default); subtitle adds a smaller second line under the title. Use add_text instead when the text should sit OVER the footage rather than replace it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exit | No | ||
| font | No | ||
| text | Yes | ||
| color | No | ||
| bg_color | No | ||
| entrance | No | ||
| subtitle | No | ||
| template | No | ||
| duration_s | No | ||
| project_id | Yes | Required immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess. | |
| size_scale | No | ||
| at_output_s | Yes | ||
| accent_color | No |