Get your API key

For API, MCP and agent use. Two steps: we email you an 8-character code, you paste it back, and you get an API key on the free plan: 20 logos, no credit card. This page is the browser twin of the two curl calls below.

Just want an account and the dashboard? You don’t need an API key: sign up with an email and password (or Google) instead. Already have an account? Log in.

We email you an 8-character code. No password, no credit card.

Prefer the terminal? The same two calls are the whole flow; see /docs/agents.

curl -X POST https://logosyncer.com/v1/signup \
  -H "Content-Type: application/json" \
  -d '{"email":"you@company.com"}'

curl -X POST https://logosyncer.com/v1/verify \
  -H "Content-Type: application/json" \
  -d '{"email":"you@company.com","code":"XXXXXXXX"}'