---
title: "enhance_property a given entity by searching specifically for a certain missing property."
method: POST
path: "/structure/enhance_property"
tags: ["structure"]
---

# enhance_property a given entity by searching specifically for a certain missing property.

`POST /structure/enhance_property`

Returns a job id that can be waited on until the request is finished.

## Request body

- EnhancePropertyParams
  - `banned_domains` string[]
  - `starting_searches` string[]
  - `starting_urls` string[]
  - `allow_extra_entities` boolean
  - `entity_id` string, uuid, required
  - `property_name` string, required
  - `node_id` string, uuid

## Response `200`

The job id.

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
