Anyrow SDK (@anyrow/sdk) is the official TypeScript/JavaScript client for the Anyrow API โ€” AI-native document extraction with built-in structured storage.

Extract clean rows from PDFs, images, emails, calls, and websites. Manage tables, rows, batches, live extraction streams, and exports via a single typed client.

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.

Features

  • AI document extraction
  • Structured table output
  • Streaming endpoints (SSE + WebSocket)
  • Browser + Node + Bun + Deno + CF Workers
  • Fully typed (OpenAPI-generated)
  • MIT license

Project Activity

See All Activity >

Categories

API Clients
Other Useful Business Software
Build Agents and Models on One Platform Icon
Build Agents and Models on One Platform

Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Anyrow SDK!

Additional Project Details

Programming Language

TypeScript

Related Categories

TypeScript API Clients

Registered

2026-04-21