Create your account
Sign up at screenscoreai.com and verify your email address. Once your account is active, you’ll land on the ScreenScore AI dashboard.
Generate an API key
In your dashboard, navigate to Settings → API Keys and click Create new key. Give it a descriptive name (for example,
development or production) so you can identify it later.Copy your API key immediately after creating it — it won’t be shown again. Store it in a secrets manager or environment variable, never in source code. See Authentication for more on securing your credentials.
Submit your first analysis
Send a
POST request to /v1/analyses with the URL of the image you want to analyze. Include your API key as a Bearer token in the Authorization header.View your results
A successful request returns a JSON object with the analysis ID, overall score, and a breakdown across each scoring dimension.You can also view results directly in the Analyses section of your dashboard, where scores are displayed with visual indicators and improvement suggestions.