Send a single API request to pull text from receipts, invoices, and PDFs — backed by a distributed Rust-based network.
Built for consistent performance with a 99.99% uptime SLA.
Global infrastructure for reduced latency.
99.99% uptime SLA with automatic failover and redundancy
Simple REST API with clear documentation.
10 regions worldwide for reduced latency
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 Start with 100 pages free. No credit card required.
Get Started Free