Folders
Create Folder
Create a folder in the authenticated key scope
POST
Creates a folder for one media type. UseDocumentation Index
Fetch the complete documentation index at: https://docs.genviral.io/llms.txt
Use this file to discover all available pages before exploring further.
parent_folder_id to create nested folders.
Body Parameters
Folder name (
1-255 chars).Folder media type:
ai_image, ai_video, upload, or slideshow.Optional parent folder ID for nesting.
Error Responses
400 invalid_json- malformed JSON body404 parent_folder_not_found-parent_folder_idnot visible in key scope409 folder_name_conflict- duplicate folder name at destination422 invalid_payload- body validation failed500 folder_create_failed- unexpected create failure
