{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed AI User Inputs API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "AI User Inputs", "type": "folder" }, "items": [ { "info": { "name": "List AI user inputs", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/user-inputs", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." } ] }, "docs": "Retrieves configured user inputs for the AI." }, { "info": { "name": "Create an AI user input", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/user-inputs", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a user input field for the AI." }, { "info": { "name": "Update an AI user input", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/user-inputs/:userInputId", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." }, { "name": "userInputId", "value": "", "type": "path", "description": "The identifier of the user input." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a configured user input for the AI." }, { "info": { "name": "Delete an AI user input", "type": "http" }, "http": { "method": "DELETE", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/user-inputs/:userInputId", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." }, { "name": "userInputId", "value": "", "type": "path", "description": "The identifier of the user input." } ] }, "docs": "Deletes a configured user input from the AI." }, { "info": { "name": "Reorder AI user inputs", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/api/v1/ai/:aiId/user-inputs/order", "params": [ { "name": "aiId", "value": "", "type": "path", "description": "The identifier of the AI." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the order of configured user inputs for the AI." } ] } ], "bundled": true }