v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
table

Create Layer From Feature

Create a new typed layer seeded with one Overture feature.

Used when a nearby-features add targets an Overture table (building/parcel/ place) with no layer in the project yet. Idempotent on the feature ref. target_layer_id instead adds the feature into that specific existing layer (the chat destination picker).

post/api/v1/table/{project_id}/features/from-source

Request body

source_table'parcel' | 'building' | 'place' | 'address' | 'school' required

The table a resolved feature lives in — what a caller pulls its data from, and the feature's kind. A text match in the address, place or school table resolves (point-in-feature) to a parcel/building; a parcel attribute match resolves to the parcel itself.

source_feature_idstring required
namestring nullable
accumulateboolean
target_layer_idstring uuid nullable

Response

Successful Response

layer_idstring uuid required
layer_namestring required
createdboolean
data_versioninteger nullable