Create AI Prompt
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
name
Required: Prompt template name - max 255 chars - “Brief Summary”
slug
Optional: URL-safe identifier (auto-generated from name) - max 100 chars
use_case
Required: Use case category - summarize|categorize|generate - “summarize”
is_active
Optional: Whether prompt is active - boolean - true
max_tokens
Optional: Override max tokens - integer min:1 max:100000
prompt_text
Required: Prompt template with {{placeholders}} - string
temperature
Optional: AI temperature (creativity) - numeric min:0 max:2 - 0.3
model_override
Optional: Override account default model - max 100 chars - “gpt-4o”
available_variables[]
Optional: Supported placeholder variables - array of strings
Response
Successful response

