---
title: "Controller Get Categories With Places"
method: POST
path: "/location-intelligence/categories-with-places"
---

# Controller Get Categories With Places

`POST /location-intelligence/categories-with-places`

Get the categories and places

## Request body

- LocationIntelligenceSearchPlacesPayload
  - `search_string` string, nullable — search across categories and place names.
  - `zip_codes` string[], nullable — limit search to zip_codes.

## Response `200`

Successful Response

- CategoryWithPlaces[]
  - `category` string, required — The category name
  - `places` string[], required — The places in the category

## Other responses

- `422` — Validation Error

---

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