Get detailed information about a project.
curl https://faces.app/api/v1/projects/xK9mP2qR \
-H "Authorization: Bearer $FACES_API_KEY"
{
"slug": "xK9mP2qR",
"name": "AI Healthcare Pitch",
"publishedAt": "2025-01-15T10:30:00.000Z",
"createdAt": "2025-01-14T09:00:00.000Z",
"updatedAt": "2025-01-15T12:00:00.000Z",
"editorUrl": "https://faces.app/s/xK9mP2qR",
"publishedUrl": "https://your-subdomain.faces.site/xK9mP2qR",
"latestVersion": {
"id": "cm1ver456...",
"name": "Added slide: Hero",
"createdAt": "2025-01-15T12:00:00.000Z"
}
}
curl https://faces.app/api/v1/projects/xK9mP2qR \
-H "Authorization: Bearer $FACES_API_KEY"
{
"slug": "xK9mP2qR",
"name": "AI Healthcare Pitch",
"publishedAt": "2025-01-15T10:30:00.000Z",
"createdAt": "2025-01-14T09:00:00.000Z",
"updatedAt": "2025-01-15T12:00:00.000Z",
"editorUrl": "https://faces.app/s/xK9mP2qR",
"publishedUrl": "https://your-subdomain.faces.site/xK9mP2qR",
"latestVersion": {
"id": "cm1ver456...",
"name": "Added slide: Hero",
"createdAt": "2025-01-15T12:00:00.000Z"
}
}
null if the project isn’t published or has no subdomain.null if no versions exist.curl https://faces.app/api/v1/projects/xK9mP2qR \
-H "Authorization: Bearer $FACES_API_KEY"
{
"slug": "xK9mP2qR",
"name": "AI Healthcare Pitch",
"publishedAt": "2025-01-15T10:30:00.000Z",
"createdAt": "2025-01-14T09:00:00.000Z",
"updatedAt": "2025-01-15T12:00:00.000Z",
"editorUrl": "https://faces.app/s/xK9mP2qR",
"publishedUrl": "https://your-subdomain.faces.site/xK9mP2qR",
"latestVersion": {
"id": "cm1ver456...",
"name": "Added slide: Hero",
"createdAt": "2025-01-15T12:00:00.000Z"
}
}