Slides
List Slides
List all slides in a project.
GET
List slides
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.
List all slides in a project.
curl --request GET \
--url https://faces.app/api/v1/projects/{slug}/slides \
--header 'Authorization: Bearer <token>'{
"slides": [
{
"id": "<string>",
"name": "<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/projects/{slug}/slides \
--header 'Authorization: Bearer <token>'{
"slides": [
{
"id": "<string>",
"name": "<string>"
}
]
}