post
https://developer.dacast.com/v2/folder
Creates a new folder.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Create a new folder under your account.
Send full_path as an absolute path starting with / (for example /Conference sessions). Nested folders use multiple segments (/Parent/Child).
A successful create returns 200. The create response includes id, path (the full path you created), created_at (unix timestamp as a string), and user_id. It does not include name — that appears on Lookup Folder.
Folderidvalues are numeric strings (for example"1259852"), not UUIDs.
After create, list/search bytitlecan lag briefly. Poll List Folders or lookup byiduntil the folder is visible.
Request body
Send JSON with Content-Type: application/json.
| Field | Type | Description |
|---|---|---|
full_path | string | Required. Absolute folder path, including the leading /. |
Response
| Code | Meaning |
|---|---|
| 200 | Folder created. |
| 500 | Create failed. Creating a path that already exists returns this status with detail: error creating folder. |
