Skip to content
Live demo

POST /folders

Create a folder, optionally nested inside an existing one.

POST/folders
Runs against the demo workspace
ParameterTypeRequiredDescription
namestringyes
parent_idstringnoNest inside this folder, e.g. “fld_abc123”.
StatusMeaning
200Create folder
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “feeds:write” scope.
429Rate limit exceeded. See Retry-After.

Requires the feeds:write scope.