Section 1
SDK Design Goals
- Provide type-safe wrappers for upload, processing, and status APIs.
- Keep model types aligned with backend schema and version changes.
Ship integrations faster with shared clients and models.
Client libraries and helper modules for faster integration.
Section 1
Section 2
Section 3
import { neurodocs } from '@/lib/api';
const job = await neurodocs.startProcessing(documentId, 'invoice');