Platform Overview
Platform Overview
Artifact dossier
Platform Overview
v1.0.0Artifact details
- 1.0.02026-03-24
Architecture and integration overview for the Gerimedica c2f deployment.
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
- Project Runtime State — Workbench state, manifests, and versioned index state stored inside the dedicated project runtime
- Client-Owned Answers — Durable answers remain on the Gerimedica side and are retrieved through the client answer endpoint when needed
- Access — Project-scoped tools, answer proxying, and index search exposed through the runtime APIs
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.
See the compliance and diagram sections for the trust-boundary and provider-runtime views of the same system.