list_video_settings
Retrieve a paginated list of your video settings from the NoLang API to manage and reference your video configuration options for AI-powered video generation.
Instructions
Return a paginated list of your VideoSettings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"$ref": "#/$defs/ListVideoSettingsArgs",
"title": "Args"
}
},
"required": [
"args"
],
"type": "object"
}