Views
Create a View
Create a view.
A view is a tabular projection over the transformations produced by one or more functions. Each column declares a valueSchemaPath — a JSON Pointer path into the function's output schema — and the view can additionally carry filters and aggregations.
Supported for every function type that produces correctable transformations and an output schema: extract, transform, analyze, join. Extract works on both vision (PDF/PNG/JPEG/HEIC/HEIF/WebP) and OCR-routed inputs — the resulting rows surface through views uniformly.
The new view is created at versionNum: 1. Subsequent updates produce new versions; the version-1 configuration remains addressable.
post/v3/views
Request body
Response
The request has succeeded.