@sifter-ai/sdk
v1.0.0
Published
TypeScript SDK for Sifter — programmatic document extraction
Maintainers
Readme
@sifter-ai/sdk
TypeScript SDK for Sifter — AI-powered document extraction.
npm install @sifter-ai/sdkimport { SifterClient } from "@sifter-ai/sdk";
const client = new SifterClient({ apiKey: "sk-..." });
const sift = await client.createSift({ name: "Invoices", fields: "client, date, total amount" });
const records = await sift.records();
// [{ client: "Acme Corp", date: "2024-01-15", total_amount: 1500.0 }, ...]See the main repository for full documentation.
MIT. sifter-ai.
