Skip to main content
GET
/
projects
/
{slug}
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"
  }
}
slug
string
required
The project slug (from List projects or the creation response).
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"
  }
}
publishedUrl
string
Public URL. null if the project isn’t published or has no subdomain.
latestVersion
object
The most recent project version. null if no versions exist.