Saltar al contenido principal
POST
/
projects
/
{slug}
/
slides
/
{slideId}
/
editing
Start slide editing
curl --request POST \
  --url https://faces.app/api/v1/projects/{slug}/slides/{slideId}/editing \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentName": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.faces.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

API key with "faces_" prefix. Create one at Settings > Developers.

Parámetros de ruta

slug
string
requerido
slideId
string
requerido

Cuerpo

application/json
agentName
string

Name of the agent editing (shown in UI). Defaults to "AI Agent".

Respuesta

Editing session started

success
boolean
requerido