
~90s
from account to first answer
real p50
Create an account, generate a key, make the call. No endless docs.


Setup in 4 steps


Step 3 β Architecture

Step 4 β The Command
curl -X POST https://api.magica.dev/v1/chat \
-H "Authorization: Bearer $MAGICA_KEY" \
-d '{"model":"auto","messages":[{"role":"user","content":"hello world"}]}'

Step 5 β Done!


