Get instant access to powerful AI models through our simple API. No credit card required to start.
Use our test API key to see how it works:
curl -X POST http://10.138.0.2:5000/v1/chat/completions \
-H "Authorization: Bearer ark_fEDf1oKD2gEa5g7jgQy-GkvoeElkBsBWCg0wFwu2Wos" \
-H "Content-Type: application/json" \
-d '{
"messages": [{"role": "user", "content": "Hello!"}]
}'
"The simplest API I've ever used. Got it working in 2 minutes." - Alex, Software Engineer