Isaac X API

This is the Isaac X API endpoint. To use it, make POST requests to /qa with your research questions and include your API key in the x-api-key header.

curl -X POST https://api.isaacx.ai/qa \
     -H "Content-Type: application/json" \
     -H "x-api-key: your-api-key-here" \
     -d '{"question": "What are the latest developments in quantum computing?"}'

For full documentation, visit isaacx.ai/docs