Skip to content

Platform Overview

Architecture

The c2f platform processes clinical text records through a structured extraction pipeline:

  1. Ingestion — Records submitted via batch API (POST /v1/batches)
  2. Extraction — LLM-powered extraction against your Frame schema
  3. Storage — Structured results stored in the Index
  4. 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.