Skip to main content
POST
Create Module
Create a reusable module that can be shared across multiple tests. A single module is reusable across every browser viewport, iOS device, and Android device. Modules support all step types including AI steps, assertions, API steps, recorded steps, and nested modules.

Request body

string
required
The name of the module. Must be between 1 and 128 characters and unique within your account.
object[]
required
An ordered list of steps for the module.
integer
The ID of the test suite this module belongs to.
string
The folder path for organizing the module. Defaults to "/".

Example request body

Response

string
A confirmation message (e.g. "Test blueprint created successfully").
object
The created module object.

Example response