--:--
Isaac X API
Research-grade AI, powered by $ISAACX
Get Started
Pricing
- • 10 free requests per day
- • 40 $ISAACX per request (will be continously updated)
- • 20% discount for bulk usage (100+ requests)
Your API Key
Connect your wallet to get started
Quick Start
Make requests to the API:
curl -X POST https://api.isaacx.ai/qa \
-H "Content-Type: application/json" \
-H "x-api-key: your-api-key" \
-d '{"question": "What are the latest developments in quantum computing?"}'
Response Format
{
"answer": "Detailed answer with citations (Smith et al., 2023)",
"references": [
"Smith, J., et al. (2023). Title of the paper. Journal, Vol(Issue), pp."
]
}