---
title: "Update Keyframe Project Level"
method: PUT
path: "/api/projects/{project_id}/keyframes/{keyframe_id}"
---

# Update Keyframe Project Level

`PUT /api/projects/{project_id}/keyframes/{keyframe_id}`

Update/edit a project-level keyframe (video-centric, no scene_id required).

This is the video-centric version that looks up keyframes by project_id
instead of scene_id. Used for keyframes that are not tied to a specific scene.

Args:
    preview: If True, generates image and returns URL without persisting to DB.
    commit_url: If provided, skips generation and commits this URL to DB directly.

## Path parameters

- `project_id` string, required
- `keyframe_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
