Skip to main content
POST
/
v1
/
presentations
/
{presentationId}
/
edit
Edit presentation
curl --request POST \
  --url https://api.getsteerco.com/v1/presentations/{presentationId}/edit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Workspace-Id: <x-workspace-id>' \
  --data '
{
  "instructions": "<string>"
}
'
{
  "changesApplied": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key (ak_ prefix). Generate one from your Steerco profile settings.

Headers

X-Workspace-Id
string
required

The workspace ID. Get available workspaces from GET /v1/workspaces.

Path Parameters

presentationId
string
required

The presentation ID to edit

Pattern: ^[a-f\d]{24}$/i

Body

application/json
instructions
string
required

Natural language instructions for what to change in the presentation

Response

Edit completed

status
enum<string>
required
Available options:
updated,
no_changes
changesApplied
string[]
required