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

# Run Program

`POST /HeadlineGeneratorPredict`

Execute the DSPy program with given inputs.

## Request body

- HeadlineGeneratorPredictRequest
  - `blog_post` string, required

## Response `200`

Successful Response

- HeadlineGeneratorPredictResponse
  - `headline_candidates` string[], required

## 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)
