API Reference

REST API

Integrate Q-RETIX AI directly into your applications with our powerful REST API.

Example Request
curl -X POST https://api.qretix.ai/v1/compounds/screen \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "smiles": "CC(C)Cc1ccc(C(C)C(=O)O)cc1",
    "target": "COX-2",
    "model": "affinity_v3"
  }'

Endpoints

GET/v1/compoundsList all compounds in the database
POST/v1/compounds/screenRun AI screening on a compound
GET/v1/trialsList clinical trials
POST/v1/trials/analyzeAnalyze trial data with AI models
GET/v1/reportsGenerate compliance reports

API Status

API Uptime99.9%
Response Time< 200ms
Versionv1.0.4

Need Help?

Our developer support team is available to help with integration questions.

Contact Developer Support