---
title: "Snippet Search"
method: POST
path: "/api/search"
---

# Snippet Search

`POST /api/search`

Proxy endpoint that forwards the incoming POST search request – including the
original request body – to the configured snippet-search service.

We do **not** try to interpret the body; we simply forward it using the same
HTTP method (POST) and content-type so that the upstream service receives
exactly what the client sent. When configured, attach the Authorization
header required by the upstream.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway.md) · [All operations](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kodacode/xcode-proxy-gateway/revisions/7863886629fd/schema)
