Skip to main content
GET
/
applications
/
{application_id}
/
intents
/
{intent_id}
/
config
Get intent config
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/applications/{application_id}/intents/{intent_id}/config \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "model": "gpt-4o",
    "temperature": 0.7,
    "system_prompt": "Handle order inquiries."
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

application_id
integer
required
intent_id
integer
required

Response

200 - application/json

Get intent config.

data
any