Skip to main content
POST
/
module
/
instance
Create Module Instance
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>"
}
'

Authorizations

Authorization
string
header
required

Company API Key

Body

application/json

Module instance creation details

module_id
string
required

ID of the module to create an instance from

instance_name
string

Name for the instance (defaults to module name if not provided)

Response

Module instance created successfully