API Keys
Manage API keys for integrating ChiralCall into your applications
| Name | Key | Created | Last Used | Status | Actions |
|---|---|---|---|---|---|
Production API Key | cc_live_****abcd1234efgh5678 | 2026-01-15 | 2026-04-14 10:32 AM | Active |
Rate Limits
Free Tier:10 requests/month
Founding Customer:Unlimited
Standard Annual:Unlimited
API Documentation
Learn how to integrate ChiralCall's prediction API into your application
View API DocumentationQuick Start
Example: Making a prediction request
curl -X POST https://api.chiralcall.com/v1/predict \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"smiles": "CC(C)Cc1ccc(cc1)[C@@H](C)C(=O)O"
}'