Skip to main content
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.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Slide authoring guide

guide
string
required

The slide authoring guide as a markdown string.