cURL
curl --request POST \ --url https://api.trymaitai.ai/api/v1/applications \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "application_name": "Customer Support", "application_ref_name": "customer-support" } '
{ "data": { "id": 42, "application_name": "Customer Support", "application_ref_name": "customer-support", "state": "ENABLED", "date_created": 1706000000 } }
Create a new application under your company.
Your Maitai API key from the Portal.
Create application.
A top-level project that groups intents, sessions, and models.
Show child attributes
Was this page helpful?