API Reference
31 endpoints across 10 categories. All endpoints accept JSON and return JSON.
Authentication
All API requests require a Bearer token in the Authorization header.
curl https://scirouter.ai/v1/chemistry/properties \
-H "Authorization: Bearer sk-sci-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"smiles": "CCO"}'Base URL
https://scirouter.aiSDKs
pip install scirouternpm install @scirouter/sdkChemistry
3 endpointsMolecular property calculation, format conversion, and similarity search.
/v1/chemistry/properties1 cr/v1/chemistry/convert1 cr/v1/chemistry/similarity1 crProteins
3 endpointsProtein structure prediction, embeddings, and function annotation.
/v1/proteins/fold10 cr/v1/proteins/fold/{job_id}/v1/proteins/embeddings5 crDocking
4 endpointsMolecular docking and protein-ligand complex prediction.
/v1/docking/vina15 cr/v1/docking/diffdock20 cr/v1/complexes/chai125 cr/v1/complexes/boltz225 crDesign
3 endpointsProtein sequence design, stability, and solubility prediction.
/v1/design/proteinmpnn10 cr/v1/design/stability5 cr/v1/design/solubility3 crAntibodies
2 endpointsAntibody structure prediction and CDR sequence design.
/v1/antibodies/fold15 cr/v1/antibodies/design15 crGeneration
2 endpointsNovel molecule generation and synthetic accessibility.
/v1/generate/molecules20 cr/v1/generate/synthesis-check2 crPharma
2 endpointsADME/Tox prediction for drug candidates.
/v1/pharma/adme3 cr/v1/pharma/targets5 crLabs (Pipelines)
4 endpointsEnd-to-end scientific workflows chaining multiple models.
/v1/labs/discover/evaluate50 cr/v1/labs/engineer/optimize40 cr/v1/labs/antibody/discover60 cr/v1/labs/moldesign/generate80 crInterpret
2 endpointsPlain-English interpretation and cross-model comparison.
/v1/interpret2 cr/v1/interpret/compare3 crPlatform
6 endpointsAPI key management, usage tracking, and tool discovery.
/v1/keys/v1/keys/v1/keys/{key_id}/v1/usage/v1/tools/healthRate Limits
Free
10 req/min
Pro
60 req/min
Agentic
120 req/min
Enterprise
Custom