Platform Overview
Architecture
The c2f platform processes clinical text records through a structured extraction pipeline:
- Ingestion — Records submitted via batch API (
POST /v1/batches) - Extraction — LLM-powered extraction against your Frame schema
- Storage — Structured results stored in the Index
- Access — Query results via Index API or export
API Reference
See the API documentation for full endpoint reference.
Integration
The Gerimedica deployment connects to the c2f API at https://api.c2f.ai/v1.
Authentication uses API tokens managed in the portal under Settings → API Tokens.