Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/form-fields \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "name": "customer_name", "type": "text", "required": true, "label": "Customer Name" }, { "name": "order_id", "type": "text", "required": false, "label": "Order ID" } ] }
Retrieve the form field definitions for an agent’s input form.
Your Maitai API key from the Portal.
Get form fields.
Was this page helpful?