Quick Start

Get up and running with CrisPRO.ai APIs in minutes

1. Get Your API Key

Sign up for a CrisPRO.ai account and generate your API key from the dashboard.

API_KEY=your_api_key_here

2. Make Your First Request

Try the Predict Variant Impact endpoint:

curl -X POST https://api.crispro.ai/predict_variant_impact \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "task": "predict_variant_impact",
    "variant": "chr17:43044295:A>T",
    "gene": "BRCA1"
  }'

3. Explore the APIs

Browse our API documentation to discover all available endpoints: