---
title: "Trigger Enrich"
method: POST
path: "/admin/tabelog/enrich"
tags: ["admin-tabelog"]
---

# Trigger Enrich

`POST /admin/tabelog/enrich`

Enqueue on-demand Tabelog enrichment. Fire-and-forget —
progress is observed by polling /admin/tabelog/stats.

## Request body

- EnrichRequest
  - `pref` string, nullable
  - `area` string, nullable
  - `limit` integer, nullable
  - `concurrency` integer
  - `rps` number

## Response `202`

Successful Response

- EnrichResponse
  - `spawned` boolean, required
  - `function_call_id` string, nullable, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
