https://api.streamsb.com/api/folder/create?key=key&parent_id=parent_id&name=name
key | API key Example: 1l5ftrilhllgwx2bo |
String
|
parent_id | parent folder id Example: 15. |
Number
|
name | folder name Example: New Folder. |
String
|
curl --include \
'https://api.streamsb.com/api/folder/create?key={key}&parent_id={parent_id}&name={name}'
{
"msg": "OK",
"server_time": "2020-08-11 04:28:53",
"status": 200,
"result": {
"fld_id": "26"
}
}