The AI Automation Platform

Start building document processing automations with a few clicks

Teams at trail-blazing startups and industry leaders deploy automations on our platform.
The most configurable API to build and scale high-performance document processing workflows.

Generative AI is just much better.

Old school OCR pipelines are outdated. With Large Language Models, we can build a better document AI.

Compatible with

OpenAI
Anthropic
Gemini
XAI

Accurate

Generative AI models extract data with unprecedented precision.

Resilient

Robust processing even with low-quality or complex documents.

Faster

Process documents at scale with superior speed and efficiency.

Cheaper

Significantly lower costs compared to legacy AI document tools.

How it works

Get started in minutes.

1. Choose a Model
1. Choose a Model
Experiment in our playground and select the perfect AI model for your task—vision, text, or both, with or without reasoning capabilities...

Built for developers

Built with care to be compatible with the modern tooling that you already use and love

Natively compatible with OpenAI structures and formats

Pydantic Streamline Icon: https://streamlinehq.comPydantic

Normalized responses. Pydantic objects are first class citizens

Our JSON Schema follows the OpenAPI specification

Linter-friendly with native types. Your IDE will love it

Compatible with 140+ document formats

Integrates easily in your application

Unified API for text, image, audio, emails and more

Compatibility with OpenAI, Anthropic, Gemini, xAI

1from uiform import UiForm
2from openai import OpenAI
3
4uiclient = UiForm()
5
6doc_msg = uiclient.documents.create_messages(
7    document = "freight/booking_confirmation.jpg"
8)
9
10client = OpenAI()
11completion = client.chat.completions.create(
12    model="gpt-4o-mini",
13    messages=doc_msg.openai_messages + [
14        {
15            "role": "user",
16            "content": "Summarize the document"
17        }
18    ]
19)
20
21print(completion.model_dump())

Pro

Most popular

A perfect user experience powered by our Infrastructure.

$0.01

/request
Document API
pay as you go
Dataset storage
Forever
Prompt engineering
Open Source
Ticket support
Automations

To put UiForm in production

Scale with security. UiForm is following industry-leading security standards.

GDPRGDPR
CCPA
ISO27001
ISO