---
title: "Generate model description synchronously"
method: POST
path: "/admin/models/{id}/generate-description-sync"
tags: ["Admin Models"]
---

# Generate model description synchronously

`POST /admin/models/{id}/generate-description-sync`

Generate description and system prompt for a model synchronously and wait for the response

## Path parameters

- `id` string, required

## Response `200`

Model description generated successfully

- object
  - `description` string — Generated model description
  - `systemPrompt` string — Generated system prompt

## Other responses

- `404` — Model not found
- `500` — Description generation failed

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
