401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
This error means your account’s current plan does not include the feature you’re trying to use. For example, batch analysis is not available on the Free plan.Steps to resolve:
- Check the error response body for a
messagefield explaining which feature is restricted. - Review your current plan under Settings → Billing.
- Upgrade to a Pro or Enterprise plan to unlock the feature.
429 Too Many Requests
429 Too Many Requests
You have exceeded the rate limit for your plan. ScreenScore AI enforces per-minute request limits for all plans.
Steps to resolve:
| Plan | Rate limit |
|---|---|
| Free | 10 requests/min |
| Pro | 60 requests/min |
| Enterprise | 300 requests/min |
- Wait until the next minute window and retry your request.
- Check the
Retry-Afterresponse header — it indicates how many seconds to wait before retrying. - Implement exponential backoff in your client to handle rate limits gracefully:
- If you regularly hit the limit, consider upgrading your plan or batching requests during off-peak periods.
Analysis status is 'failed'
Analysis status is 'failed'
A
failed status means ScreenScore AI could not process the submitted image.Common causes:- The image URL is not publicly accessible (for example, it requires authentication or is behind a firewall)
- The image format is not supported (only JPEG, PNG, WebP, and SVG are accepted)
- The file exceeds the 10 MB size limit
- Check the
error_messagefield in the analysis response for a specific reason: - If the URL is not public, upload the image to a public storage bucket or use the file upload endpoint instead of a URL reference.
- Verify the file format and size before resubmitting.
- Once the issue is resolved, create a new analysis — failed analyses cannot be retried directly.
Webhook endpoint not receiving events
Webhook endpoint not receiving events
If your webhook endpoint is registered but not receiving event payloads, work through the following checks.Steps to resolve:
- Confirm your endpoint URL is publicly reachable from the internet. Localhost addresses and private network URLs won’t work.
- Verify your server is returning HTTP 200 within 10 seconds. Timeouts or non-200 responses cause ScreenScore AI to mark the delivery as failed.
- Check your server’s firewall and security group rules to ensure inbound HTTPS traffic on port 443 is permitted.
- Test the integration directly: go to Settings → Notifications → Webhooks, find your endpoint, and click Send Test Event. Check your server logs for the incoming request.
- Review delivery logs in the dashboard — each endpoint shows a history of recent delivery attempts and their response codes.
Figma plugin not connecting
Figma plugin not connecting
If the ScreenScore AI Figma plugin cannot connect to your account, the most likely cause is an incorrect or inactive API key in the plugin settings.Steps to resolve:
- Open the plugin settings panel inside Figma.
- Clear the current API key value and re-enter it carefully — avoid leading or trailing spaces.
- Go to Settings → API Keys in the ScreenScore AI dashboard and confirm the key you’re using is active and not revoked.
- If you don’t have an active key, create a new one, copy it immediately, and paste it into the plugin.
- Save the plugin settings and attempt to connect again.
Scores seem unexpectedly low
Scores seem unexpectedly low
Low scores can result from image quality issues rather than actual design problems.Steps to resolve:
- Check the resolution of your image. ScreenScore AI requires a minimum width of 800 pixels for reliable results — images below this threshold are harder to evaluate and tend to score lower.
- Try uploading the image at 2× resolution if your design tool supports exporting at higher density.
- Avoid heavily compressed JPEG exports — use PNG or WebP at high quality for more accurate scoring.
- If you have the Brand Consistency dimension enabled but haven’t configured a brand profile, the dimension will return 0 and drag down your overall score. Either set up a brand profile or disable that dimension in your scoring criteria.
Contact support
If you’ve worked through the steps above and are still experiencing issues, the support team is ready to help. Email support@screenscoreai.com with your account email, a description of the problem, and any relevant analysis IDs or error messages.