Rust-based infrastructure

Extract text from documents with a reliable, low-latency API.

Send a single API request to pull text from receipts, invoices, and PDFs — backed by a distributed Rust-based network.

100 pages free to start.
No credit card required

Consistent Performance

Built for consistent performance with a 99.99% uptime SLA.

Global Infrastructure

Global infrastructure for reduced latency.

Uptime & Reliability

99.99% uptime SLA with automatic failover and redundancy

Simple REST API

Simple REST API with clear documentation.

Global Infrastructure

10 regions worldwide for reduced latency

São Paulo
Ashburn
Chicago
Dallas
San Jose
Paris
Sydney
Johannesburg
Tokyo
Mumbai

A focused API for extraction

One request to extract text from receipts, invoices, and PDFs

// Extract text from a document
const response = await fetch('https://api.textflow.dev/v2/extract', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    imageUrl: 'https://example.com/invoice.pdf'
  })
});

const { text, confidence, metadata } = await response.json();
// Text extracted and returned as JSON

Ready to integrate text extraction?

Start with 100 pages free. No credit card required.

Get Started Free