Skip to content

Platform Overview

Platform Overview

Artifact dossier

Platform Overview

v1.0.0
Artifact details
Artifact keygerimedica-platform-overview
Version1.0.0
Published2026-03-24
Version history1 snapshot

Architecture and integration overview for the Gerimedica c2f deployment.

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. Project Runtime State — Workbench state, manifests, and versioned index state stored inside the dedicated project runtime
  4. Client-Owned Answers — Durable answers remain on the Gerimedica side and are retrieved through the client answer endpoint when needed
  5. 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.