Update Scene Voiceover
Update scene voiceover text, regenerate voiceover audio, and attach to base video.
This endpoint:
- Updates the scene.voiceover field
- Regenerates voiceover audio in the background
- Attaches the new voiceover to the cached base_video_url (without regenerating motion videos)
- Updates scene.video_url with the new final video
Args: background_tasks: FastAPI background tasks project_id: Project ID scene_id: Scene ID to update voiceover for request: Request body with 'voiceover' field current_user: Authenticated user db: Database session
Returns: Success response indicating voiceover regeneration has started
put/api/projects/{project_id}/scenes/{scene_id}/voiceover
Path parameters
project_idstring required
scene_idstring required
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}/voiceover:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.