# Faces Docs ## Docs - [API Overview](https://docs.faces.app/api-reference/overview.md): REST API basics, including base URL, authentication, errors, and rate limits. - [Create Project](https://docs.faces.app/api-reference/projects/create.md): Create a new blank project. Add slides with Create Slide + Update Slide. - [Generate Project](https://docs.faces.app/api-reference/projects/generate.md): Generate an interactive, explorable deck from a text prompt. - [Get Project](https://docs.faces.app/api-reference/projects/get.md): Get detailed information about a project. - [Get Job Status](https://docs.faces.app/api-reference/projects/job-status.md): Check the status of a project generation job. - [List Projects](https://docs.faces.app/api-reference/projects/list.md): List your projects with optional filtering and pagination. - [Create Slide](https://docs.faces.app/api-reference/slides/create.md): Create a new empty slide in a project. - [Finish Slide Editing](https://docs.faces.app/api-reference/slides/finish-editing.md): Clear the loading indicator after editing a slide. - [Get Slide](https://docs.faces.app/api-reference/slides/get.md): Read a slide's source files. - [Slide Authoring Guide](https://docs.faces.app/api-reference/slides/guide.md): Fetch the slide authoring guide — conventions for writing face.tsx, face.content.json, and face.controls.json. Include in your agent's system prompt before calling updateSlide. - [List Slides](https://docs.faces.app/api-reference/slides/list.md): List all slides in a project. - [Start Slide Editing](https://docs.faces.app/api-reference/slides/start-editing.md): Show a loading indicator in the editor while editing a slide. - [Update Slide](https://docs.faces.app/api-reference/slides/update.md): Update a slide's source files. Validates before saving. - [List Teams](https://docs.faces.app/api-reference/teams/list.md): List the teams the authenticated user belongs to. - [Authentication](https://docs.faces.app/authentication.md): How to create and use API keys to authenticate with the Faces API. - [CLI Commands](https://docs.faces.app/cli/commands.md): Complete reference for all Faces CLI commands. - [CLI Installation](https://docs.faces.app/cli/installation.md): Install and authenticate the Faces CLI to generate interactive decks from your terminal. - [Access Control](https://docs.faces.app/guides/access-control.md): Control who can view your published project: public, invited-only, or organization-wide. - [Account Settings](https://docs.faces.app/guides/account.md): Manage your password, security settings, and profile. - [Billing, Credits & Plans](https://docs.faces.app/guides/billing.md): Understand how pricing, credits, and subscriptions work on Faces. - [Editing Content](https://docs.faces.app/guides/content.md): Learn how to edit text, images, icons, and tables on your slides using the content editor. - [Using Controls](https://docs.faces.app/guides/controls.md): Fine-tune animations, sizes, colors, and other visual settings with slide controls. - [Custom Domains](https://docs.faces.app/guides/custom-domains.md): Connect your own domain to publish projects on a memorable, branded URL. - [The Dashboard](https://docs.faces.app/guides/dashboard.md): Browse, search, and manage all your projects from the dashboard. - [Layouts](https://docs.faces.app/guides/layouts.md): Choose between slideshow and stacked layouts for your published project. - [Multiplayer & Collaboration](https://docs.faces.app/guides/multiplayer.md): Work on projects together in real time with your team. - [Overview](https://docs.faces.app/guides/overview.md): Everything you need to know about using Faces: editing, publishing, sharing, collaboration, and billing. - [PDF Export](https://docs.faces.app/guides/pdf-export.md): Export your project as a PDF file for offline sharing and printing. - [Publishing](https://docs.faces.app/guides/publishing.md): Publish your project and share it with anyone. - [SEO & Discoverability](https://docs.faces.app/guides/seo.md): Make your published project findable on Google and other search engines. - [Introduction](https://docs.faces.app/introduction.md): Welcome to the Faces docs. Whether you're editing your first slide or connecting a custom domain, you'll find everything you need here. - [MCP Overview](https://docs.faces.app/mcp/overview.md): Use Faces with Claude and other MCP-compatible AI assistants to build presentations slide by slide. - [MCP Setup](https://docs.faces.app/mcp/setup.md): Connect the Faces MCP server to Claude or other MCP clients to generate interactive presentations. - [Quickstart](https://docs.faces.app/quickstart.md): Generate your first interactive, explorable deck with the Faces API in under 2 minutes. ## OpenAPI Specs - [openapi](https://docs.faces.app/openapi.json)