---
title: "Start slide editing"
method: POST
path: "/projects/{slug}/slides/{slideId}/editing"
tags: ["Slides"]
---

# Start slide editing

`POST /projects/{slug}/slides/{slideId}/editing`

Signal that an agent is about to edit a slide. Shows a loading gradient in the editor UI. Call before making changes with updateSlide. Always call finishSlideEditing when done.

## Path parameters

- `slug` string, required
- `slideId` string, required

## Request body

- object
  - `agentName` string — Name of the agent editing (shown in UI). Defaults to "AI Agent".

## Response `200`

Editing session started

- object
  - `success` boolean, required

## Other responses

- `404` — Project not found

---

[API](https://skmtc.dev/faces/apis/faces-api.md) · [All operations](https://skmtc.dev/faces/apis/faces-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/faces/faces-api/revisions/83197d741969/schema)
