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