Create Folder
Developing
POST
/projects/{projId}/folders
Create Folder under another Folder or a project
POST
/projects/<project_id>/folders
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/folders' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "rakajui folder 3",
"parent_id" : ""
}'
Response Response Example
200 - Success
{"message":"collection successfully created.","result":{"id":"495db0ce-7abc-429f-a4ac-2c5dccd8c0a9","project_id":"74e2188c-25c2-4e42-be8b-e9adb5741d4d","vod_transcoding_profiles_id":"","name":"Raka Collection","status":"active","logo_url":null,"password":null,"description":null,"parent_id":"00000000-0000-0000-0000-000000000000","child_list":null,"rgt":0,"lft":0,"created_at":"2024-02-07T15:47:01.319+06:00","updated_at":"2024-02-07T15:47:01.319+06:00","deleted_at":null,"children_count":0,"videos_count":0},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01