cURL
curl --request POST \ --url https://api.callaidan.com/module/instance \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "module_id": "<string>", "instance_name": "<string>" } '
Create a new Tool instance
Company API Key
Module instance creation details
ID of the Tool to create an instance from
Name for the instance (defaults to Tool name if not provided)
Module instance created successfully