Get your API key

Get access to credentialed expert reviews after email verification.

No credit cardVerified emailFree to start

Create your account

We'll email a secure verification link before issuing API access.

Already have an account? Sign in

Prefer the command line?

Register via the API directly:

Terminal

curl -X POST http://localhost:3000/api/auth/signup \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'