---
title: "Generate an AI description for an organization"
method: POST
path: "/api/v1/organizations/generate-description"
tags: ["crm"]
---

# Generate an AI description for an organization

`POST /api/v1/organizations/generate-description`

## Request body

- OrganizationsGenerateDescriptionRequestDTO
  - `orgName` string, required — The name of the organization to generate a description for
  - `url` string, uri — Optional URL to help the LLM gather more context about the organization

## Response `201`

- OrganizationsGenerateDescriptionResponseDTO
  - `description` string, required — The AI-generated organization description for sales role-plays

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
