Create an API tool for an applicationAsk AIpost https://api.indigitall.com/v2/chatgen/api-toolsThis endpoint allows the creation of an API tool and associates it with a specified application ID.Query ParamsapplicationIdintegerrequiredThe ID of the application to associate with the api tool.Body ParamsnamestringrequiredThe name of the API tool.descriptionstringA brief description of what the API tool does.baseUrlstringrequiredThe base URL for the API tool's endpoint.endpointstringrequiredThe specific endpoint of the API tool.httpMethodstringrequiredThe HTTP method used by the API tool (e.g., GET, POST).headersobjectCustom headers to be sent with the API request.headers objectparamsobjectQuery parameters to include in the API request.params objectbodyobjectThe body content to be sent with the API request, if applicable.body objectcacheExpirationintegerThe time (in seconds) for which the response should be cached.glamouraiPromptstringThe prompt to be used with GlamourAI for generating responses.glamouraiTokensintegerThe number of tokens allocated to GlamourAI for generating responses.Responses 201The request has succeeded. The response contains the status code and a message indicating success. 400The request could not be understood or was missing required parameters. 401Authentication failed or user does not have permissions for the desired action. 403The server understood the request, but refuses to authorize it. 404The requested resource could not be found. 409The request could not be processed because of conflict in the request. 422The server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions. 500The server encountered an unexpected condition that prevented it from fulfilling the request. defaultAn unexpected error occurred.Updated 15 days ago