API Keys

Manage API keys for integrating ChiralCall into your applications

NameKeyCreatedLast UsedStatusActions
Production API Key
cc_live_****abcd1234efgh5678
2026-01-152026-04-14 10:32 AMActive

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 Documentation

Quick 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" }'