Folders
Add Folder Items
Add files or slideshows to a folder
POST
Adds one or more in-scope file or slideshow IDs to a folder. Duplicate IDs in the request are deduped server-side.
Path Parameters
Folder UUID.
Body Parameters
UUIDs of files or slideshows to add (
1-200 items).Error Responses
400 invalid_json- malformed JSON body422 invalid_path-folderIdis not a valid UUID422 invalid_payload- missing or invaliditem_ids404 not_found- folder not visible in key scope404 item_not_found- one or more item IDs are not visible in key scope401- authentication failed (missing/invalid/revoked token)402 subscription_required- active Creator/Professional/Business plan required403 tier_not_allowed- Scheduler tier cannot use Partner API500 folder_items_add_failed- unexpected failure
