Read a slide’s source files.
curl --request GET \
--url https://faces.app/api/v1/projects/{slug}/slides/{slideId} \
--header 'Authorization: Bearer <token>'{
"slideId": "<string>",
"name": "<string>",
"files": {
"face.tsx": "<string>",
"face.content.json": "<string>",
"face.controls.json": "<string>"
}
}API key with "faces_" prefix. Create one at Settings > Developers.
curl --request GET \
--url https://faces.app/api/v1/projects/{slug}/slides/{slideId} \
--header 'Authorization: Bearer <token>'{
"slideId": "<string>",
"name": "<string>",
"files": {
"face.tsx": "<string>",
"face.content.json": "<string>",
"face.controls.json": "<string>"
}
}