Skip to main content
🔑
Get your Incredible API key
Click here to generate your API key on the platform

Make Your First API Call

from incredible_python import Incredible

client = Incredible(api_key="YOUR_API_KEY")

response = client.answer(query="Hello, Incredible!")
print(response.answer)
Response:
{
  "success": true,
  "answer": "Hello! I'm here to help you with anything you need."
}
That’s it — you’re up and running! 🎉

What’s Next?

Need Help? Join our Discord community or check the GitHub cookbook.