Skip to content

Quickstart

Get Your API Key

  1. Create an account

    Go to 50c.ai/subscribe to create your account.

  2. Get your API key

    After subscribing, copy your API key from your dashboard.

    API keys start with cv_.

  3. Make your first call

    Terminal window
    curl -X POST https://api.50c.ai/tools/genius \
    -H "Authorization: Bearer cv_YOUR_KEY" \
    -H "Content-Type: application/json" \
    -d '{"problem": "What is 2+2?"}'
  4. Check your usage

    Visit your dashboard to see usage and credits.

Next Steps