Where can I find a list of 'setting:value' pairs for the rest api?

I am using audio2face 2023.1.1
Windows 10
http://localhost:8011/docs gives the schema, but not the names of the values or their type.
Example:
SetStreamLivelinkRequestModel
{
node_path* string
title: A target node path

Path to a node to access.
values* Settings
{
description: The settings to be set, specified as a
dictionary of {setting:value} pairs.
}
}

tia
Andy

You can use the /A2F/GetSettingsNames.

In your case you could use A2F/Exporter/GetStreamLivelinkSettings

Thank you.
Andy

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.