Saltar al contenido principal
GET
/
slides
/
guide
Get slide authoring guide
curl --request GET \
  --url https://faces.app/api/v1/slides/guide \
  --header 'Authorization: Bearer <token>'
{
  "guide": "<string>"
}

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.

Respuesta

200 - application/json

Slide authoring guide

guide
string
requerido

The slide authoring guide as a markdown string.