---
title: "Cleanup Service Result Endpoint"
method: POST
path: "/api/cleanup-service-result"
---

# Cleanup Service Result Endpoint

`POST /api/cleanup-service-result`

## Headers

- `origin` string, nullable

## Request body

- CleanupServiceResultRequest
  - `service_name` string, required
  - `raw_text` string, required

## Response `200`

Successful Response

- CleanupServiceResultResponse
  - `cleaned_text` string, required

## Other responses

- `422` — Validation Error

---

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