Skip to main content
GET
/
applications
/
{application_id}
/
config
Get application config
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/applications/{application_id}/config \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "model": "gpt-4o",
    "temperature": 0.7,
    "max_tokens": 4096,
    "system_prompt": "You are a helpful customer support agent."
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

application_id
integer
required

Response

200 - application/json

Get application config.

data
any