Quickstart
Get Your API Key
-
Create an account
Go to 50c.ai/subscribe to create your account.
-
Get your API key
After subscribing, copy your API key from your dashboard.
API keys start with
cv_. -
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?"}' -
Check your usage
Visit your dashboard to see usage and credits.