Anyrow SDK
TypeScript/JS SDK for Anyrow AI document extraction API
...Runs in browsers and on Node, Bun, Deno, and Cloudflare Workers — any runtime with `fetch`.
Install:
npm install @anyrow/sdk
Quick start:
import { AnyrowSDK } from "@anyrow/sdk"
const client = new AnyrowSDK({ baseURL: "https://api.anyrow.ai", headers: { Authorization: "Bearer KEY" }})
await client.extract.once({ params: { project_id: "proj_123" }, json: { url: "https://example.com/doc.pdf" }})
Open source (MIT). Generated from the Anyrow OpenAPI spec. Also on JSR as @anyrow/sdk.