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 databasePOST
/v1/compounds/screenRun AI screening on a compoundGET
/v1/trialsList clinical trialsPOST
/v1/trials/analyzeAnalyze trial data with AI modelsGET
/v1/reportsGenerate compliance reportsAPI 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