v3

OpenAPI 3.1.02026-08-06274467602.9 KB
enrichment

Create Enrichment

Create a new enrichment with default values. Requires layer ownership.

Args: request: The request object containing layer_id (pre-validated) enrichment_service: Service for handling enrichment operations

Returns: Dictionary containing enrichment data

post/api/v1/enrichment/create

Request body

project_idstring uuid required
layer_idstring uuid required

Example request

{
  "project_id": "00000000-0000-0000-0000-000000000001",
  "layer_id": "00000000-0000-0000-0000-000000000000"
}

Response

Successful Response