Skip to main content
POST
Create LLM Generation Strategy

Path Parameters

vendorId
string
required

ID of the Vendor (UUID)

organizationId
string
required

ID of the Organization (UUID)

Body

application/json

Strategy creation data

Request body for creating a new LLM Generation Strategy.

name
string
required

Name of the strategy.

Example:

"My Opal Strategy"

type
string
required

Type identifier of the strategy.

Example:

"phonebot-v2.1"

parameters
object
required

Type-specific configuration parameters for the strategy. Structure depends on the strategy type.

Example:

Response

Strategy successfully created

Standard API response wrapper

success
boolean
required

Indicates if the request was successful

Example:

true

timestamp
string<date-time>
required

Response timestamp in ISO-8601 format

Example:

"2025-04-17T14:23:30Z"

message
string

Human-readable message

data
object

Payload data object

traceId
string

Correlation or trace ID