---
title: "Field Suggest"
method: POST
path: "/api/filling-agent/field-suggest"
tags: ["filling-agent"]
---

# Field Suggest

`POST /api/filling-agent/field-suggest`

BERT-based per-field autocomplete. Returns top suggestions for a single field
matched against source document fields. No LLM calls — just embeddings + patterns.
Designed to be instant (<100ms).

## Request body

- FieldSuggestRequest
  - `field_name` string, required
  - `field_description` string, nullable
  - `source_fields` object[], required
  - `top_k` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
