Skip to main content
Version: 1.6

Common - Create batch of relay rooms

POST 

/batch-create-rooms

authorization

This API endpoint requires an API Key with at least one of the following Roles: SystemAdmin | PoliciesManager | ResourceViewer | CryptoUser | KeysManager | KeysImporter | KeysExporter

Creates a batch of rooms for the given number of parties. A room is a one time instance used to perform a single MPC operation (e.g. keygen/signing/refresh.) with multiple parties.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Body

required

    room_sizesuint16[]required

    Possible values: >= 1

Responses

Schema

    room_uuidsstring[]required