Send Raw Request

Send a raw request to VTube Studio

Example

Here's an example of a CurrentModelRequest to get information about the current model:

VTS Raw Example Request

Running the action will then populate these variables:

VTS Raw Example Response

For all requests, please refer to the VTS documentation: https://github.com/DenchiSoft/VTubeStudio?tab=readme-ov-file#api-details

Parameters

Name
String

Name of the raw request (optional)

Variable Prefixrequired
String

Prefix of the populated variables, vtsRaw by default. For example vtsRaw.data.modelName

Requestrequired
String

Exact name of the request

JSONrequired
JSON

The JSON request

Variables

The following variables will be populated after executing this sub-action:

Description
warnedUserstring

display name of the warned user

PewDiePie

C# Usage

public string VTubeStudioSendRawRequest(string requestType, string data)