Platform API Keys
Manage API keys for Redact services (LLM Proxy, RE-ID SDK, DE-ID API)
Your Plan: Loading...
Available services: Loading...
Total Keys
-
Active Keys
-
API Calls (Month)
-
Rate Limit
-
Your API Keys
No API Keys Yet
Create your first API key to start using Redact services.
Using Your API Key
Your platform API key can be used with multiple Redact services:
- RE-ID SDK - Use for PHI tokenization and re-identification
- LLM Proxy - Use for HIPAA-compliant LLM calls
- DE-ID API - Use for batch de-identification
Python (RE-ID SDK):
from redact_proxy_reid import PHITokenizer
tokenizer = PHITokenizer(api_key="rr_live_...")
result = tokenizer.tokenize("Patient John Smith")
Environment Variable:
export REDACT_API_KEY="rr_live_..."