---
title: "Run Program"
method: POST
path: "/SummarizerPredict"
---

# Run Program

`POST /SummarizerPredict`

Execute the DSPy program with given inputs.

## Request body

- SummarizerPredictRequest
  - `blog_post` string, required
  - `summary_length` 'short' | 'medium' | 'long', required
  - `tone` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/cmpnd-ai/apis/blog-tools.md) · [All operations](https://skmtc.dev/cmpnd-ai/apis/blog-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cmpnd-ai/blog-tools/revisions/44cce7db1551/schema)
