Back to Knowledge Hub

Engineering

Practical guides and resources for developers

Quick Start Example

# Install RAIL Score SDK
pip install rail-score

# Import and use
from rail_score import RAILScore

# Initialize
rail = RAILScore(api_key="your_api_key")

# Evaluate content
result = rail.score(
    text="Your AI-generated content here"
)

print(result.safety_score)
# Coming soon: Full documentation

Topics

Official SDKs

Ready to integrate RAIL Score? Use our official SDKs for your platform.