Bem Views API
Views are tabular projections over the `transformations` your functionsproduce — a saved query that turns raw extracted JSON into afilterable, paginatable, aggregatable table.## AnatomyA view declares:- One or more **functions** to read from (by `functionID` or `functionName`).- A list of **columns**, each pinned to a `valueSchemaPath` (a JSON Pointer into the function's output schema).- Optional **filters** (string equality, numeric comparators, null-checks) and **aggregations** (`count`, `count_distinct`, `sum`, `average`, `min`, `max`).Views are versioned: every update produces a new version, and theprevious version remains immutable and addressable. Function typesthat produce transformations with an output schema — `extract`,`transform`, `analyze`, `join` — are all queryable through views;`extract` works uniformly across vision and OCR inputs.## Reading data- **`POST /v3/views/table-data`** — paginated rows of column values. Each row reports the underlying event's `eventID` (the externally-stable KSUID used everywhere else in V3) plus the projected column values.- **`POST /v3/views/aggregation-data`** — group-by-able aggregate values across the same query surface.Both endpoints take a `timeWindow` to bound the transformation setand require at least one `function` to read from.
Bem Views API is one of 22 APIs that Bem publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Views. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes 7 operations across 4 paths, and defines 19 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against 2 base URLs: https://api.bem.ai, https://api.eu1.bem.ai.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Bem Views API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as x-api-key (API Key).
By default, every request must be authenticated.
API Key— Authenticate using API Key in request header
Paths & Operations 7
Across 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Views are tabular projections over the transformations your functions produce — a saved query that turns raw extracted JSON into a filterable, paginatable, aggregatable table. Ana…
Schemas 19
The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are ViewTableDataRequest (9 properties), View (8 properties), ViewAggregationDataRequest (7 properties), ViewCreateRequest (6 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Bem 12
Other APIs Bem publishes across the network.
This is an independent, third-party profile of Bem Views API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.