Skip to main content

Installation

Requirements

  • Node.js 18+ (or any runtime with fetch support)
  • TypeScript 5+ (recommended, but not required)

Quick Setup

The SDK is server-side only. It authenticates with your secret API key — never import it in client-side code. For frontend UI, use @clinikapi/react with the proxy pattern.

Configuration Options

Framework Examples

Next.js (Server Action)

Express.js

Hono