- cURL
- Python SDK
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Directory path to create |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
message | string | Success message |
path | string | Path of the created directory |
Example: Create Nested Directories
Directory Structure
Common directory patterns:/home/user/data/- Data files/home/user/output/- Generated output/home/user/temp/- Temporary files/home/user/projects/- Project files

