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.Install the plugin
Open Figma and navigate to Community → Plugins. Search for “ScreenScore AI” and click Install.
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.
Slack notifications
Send analysis events to a Slack channel so your team stays informed without checking the dashboard manually.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.
Choose a channel
Select the Slack channel where notifications should appear. You can change this at any time from the same settings page.
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
completestatus.
- Create analysis — submits a new analysis from a Zap, passing an image URL and project ID from any upstream step.
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 ishttps://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.