Fetch the slide authoring guide — conventions for writing face.tsx, face.content.json, and face.controls.json. Include in your agent’s system prompt before calling updateSlide.
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.
curl --request GET \
--url https://faces.app/api/v1/slides/guide \
--header 'Authorization: Bearer <token>'{
"guide": "<string>"
}