cURL
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." } }
Retrieve the configuration object for an application.
Your Maitai API key from the Portal.
Get application config.
Was this page helpful?