Skip to main content
ScreenScore AI connects to the tools your team already uses. You can score screens directly inside Figma, receive Slack notifications when analyses complete, automate workflows through Zapier without writing code, or call the REST API directly for fully custom integrations.
All integrations authenticate using the same API key from your account. Find it under Settings → API Keys in the dashboard.

Figma plugin

Score frames without leaving your design tool.

Slack notifications

Get notified in a channel when analyses complete.

Zapier

Automate analysis workflows without code.

REST API

Build custom integrations with full platform access.

Figma plugin

The ScreenScore AI Figma plugin lets you submit frames for analysis and view scores without switching to the dashboard or writing any code.
1

Install the plugin

Open Figma and navigate to Community → Plugins. Search for “ScreenScore AI” and click Install.
2

Connect your API key

Open the plugin from the Plugins menu inside any Figma file. Paste your API key when prompted. The plugin stores it locally in your Figma account.
3

Score a frame

Select one or more frames on your canvas, open the ScreenScore AI plugin, choose a project, and click Analyze. Scores appear directly in the plugin panel when processing is complete.

Slack notifications

Send analysis events to a Slack channel so your team stays informed without checking the dashboard manually.
1

Open notification settings

In the ScreenScore AI dashboard, go to Settings → Notifications → Slack.
2

Authorize with OAuth

Click Connect to Slack and complete the OAuth flow. You will be asked to grant permission to post messages to your workspace.
3

Choose a channel

Select the Slack channel where notifications should appear. You can change this at any time from the same settings page.
4

Select notification events

Choose which events trigger a message:
  • Analysis complete — notifies you when any analysis in your project finishes.
  • Score below threshold — notifies you when an overall score falls below a value you set.

Zapier

The ScreenScore AI Zapier integration lets you connect analyses to hundreds of other apps without writing code. Find it by searching “ScreenScore AI” on the Zapier marketplace. Supported triggers:
  • Analysis completed — fires when any analysis in your account reaches complete status.
Supported actions:
  • Create analysis — submits a new analysis from a Zap, passing an image URL and project ID from any upstream step.
Connect your API key in the Zapier authentication step when you first add a ScreenScore AI step to a Zap.

REST API

Every feature available in the dashboard is also available through the REST API. This is the right choice when you need to integrate ScreenScore AI into a CI/CD pipeline, a custom internal tool, or any workflow that the pre-built integrations do not cover. The API base URL is https://api.screenscoreai.com/v1. All requests require an Authorization: Bearer YOUR_API_KEY header. See the API reference for full endpoint documentation, request schemas, and response examples.