Faces Platform
Three ways to build with Faces:REST API
Generate projects, manage them, and poll job status programmatically.
CLI
Generate projects from your terminal with a single command.
MCP Server
Connect Claude (or any MCP client) to generate projects via natural language.
How it works
- Authenticate. Create an API key from your Faces dashboard under Settings > Developers.
- Generate a project. Send a prompt describing what you want. The AI generates slides with content, animations, and styling.
- Poll for completion. The generation runs asynchronously. Poll the status endpoint until it’s done.
- View the result. Open the editor URL to refine, or share the published URL directly.
Rate limits
All API endpoints are rate-limited to 50 requests per minute per user. When exceeded, the API returns429 with X-RateLimit-* headers.