Skip to main content
POST
Add a single training data row

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json

A single few-shot Q&A example. The runtime AI uses these as templates for high-quality responses to common questions. Most useful for: brand-specific phrasing, tricky FAQs, edge cases the agent keeps getting wrong.

content
string

The customer question or scenario.

Example:

"What does Volvo's standard warranty cover?"

intent
string | null

Optional intent label that lets the runtime AI cluster similar questions.

Example:

"warranty_inquiry"

response
string | null

The model answer. Match the agent's tone — what you write here is what the agent will sound like for similar questions.

Example:

"Volvo's standard warranty covers 4 years or 100,000 km, whichever comes first, including parts and labor at any authorized service center. Would you like the details for your specific model?"

Response

Training added

data
object