Create a new empty slide in a project.
curl --request POST \
--url https://faces.app/api/v1/projects/{slug}/slides \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Hero Section",
"afterSlideId": "<string>",
"editing": true
}
'{
"slideId": "<string>",
"name": "<string>",
"versionId": "<string>"
}API key with "faces_" prefix. Create one at Settings > Developers.
curl --request POST \
--url https://faces.app/api/v1/projects/{slug}/slides \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Hero Section",
"afterSlideId": "<string>",
"editing": true
}
'{
"slideId": "<string>",
"name": "<string>",
"versionId": "<string>"
}