Generate Use Cases
Use Case
Generate Use Cases
Generate use cases from source materials using AI. Each input array generates one use case. Supports text, URLs, and generative names as sources.
POST
Generate Use Cases
Authorizations
Body
application/json
Use case generation input with source materials
Array of use case generation requests - each object generates one use case
Minimum array length:
1Example:
[
{
"name": "Automated Lead Scoring",
"sources": [
{
"type": "TEXT",
"value": "Automated lead scoring and qualification process for sales teams"
}
]
},
{
"sources": [
{
"type": "URL",
"value": "https://example.com/customer-success-story"
}
]
}
]Primary Offering to use as context when generating use cases. If not provided, the primary company attached to the Workspace will be used.
Example:
"o_123456"
Brand voice oId to apply to generated use cases
Example:
"bv_123456"
Strategy for linking generated use cases to offerings (products/services)
- Option 1
- Option 2