Skip to main content

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

  1. Authenticate. Create an API key from your Faces dashboard under Settings > Developers.
  2. Generate a project. Send a prompt describing what you want. The AI generates slides with content, animations, and styling.
  3. Poll for completion. The generation runs asynchronously. Poll the status endpoint until it’s done.
  4. 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 returns 429 with X-RateLimit-* headers.