Documentation

Everything you need to integrate AI Code Pro into your applications

Getting Started
Make your first API request in minutes
curl https://api.aicodepro.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Replace YOUR_API_KEY with your API key from the dashboard.

Need Help?

Can't find what you're looking for? Our support team is here to help.