v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
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

namestring required

Name of the view

descriptionstring

Description of the view

Response

The request has succeeded.

viewIDstring required

Unique identifier of the view

namestring required

Name of the view

descriptionstring nullable

Description of the view

currentVersionNuminteger required

Current version number of the view