Authenticate with a Bearer token, drop a URL, get a scored product back. Full endpoint reference at API Reference. Rate limits and credit costs depend on your plan.
API quickstart
Our API lets you score products, retrieve results, and manage your account programmatically. This page walks you through auth, your first call, and key concepts.Authentication
All authenticated endpoints accept a Bearer token in theAuthorization header. You can obtain tokens in two ways:
- API Key
- Session Token
Generate an API key under Settings > API Keys in the platform. API keys are long-lived and suitable for server-to-server integrations.
Score a product
Send aPOST request to /api/score with the product URL:
Retrieve results
Scoring results are accessible by ID. This endpoint is public (no auth required), supporting shareable result URLs.Product Assessment
Score a product using the Product Assessment framework:Lifecycle assessment
Retrieve lifecycle stage definitions (public, no auth):Rate limits and credits
Credits reset monthly. Monitor your usage with the usage endpoint:
Error codes
Health check
Verify the platform is operational:Next steps
Full API Reference
Complete endpoint documentation with request/response schemas.
SDKs
Client libraries for TypeScript and other languages.