Folder
List Folders
List the folders in your space, optionally filtered by type
GET
Overview
Returns the folders in your space. By default it returns every folder; passtype to return only asset folders or only video folders. Use a folder’s id as folder_id when calling Submit Asset Generation, or check this list before creating a new folder to avoid duplicates.
Authentication
This endpoint requires API key authentication. Include your API key in the
Authorization header.Query Parameters
Filter by folder type:
assets or videos. Omit to return folders of all types.Response
Array of folder objects.
Examples
Notes
- Omitting
typereturns folders of every type; subfolders are identified by a non-nullparent_folder_id.

