File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ Welcome to the Renderforest API! You can use our API to:
8787 - [ Get Transitions of the Template] ( #get-transitions-of-the-template )
8888* [ Users API] ( #users-api )
8989 - [ Get Current User] ( #get-current-user )
90+ * [ Creating Project from Scratch] ( #creating-project-from-scratch )
9091
9192
9293# API
@@ -1179,3 +1180,11 @@ var_dump($currentUser); // handle the success
11791180```
11801181
11811182[ See example] ( https://github.com/renderforest/renderforest-sdk-php/blob/master/examples/users/get-current-user.php )
1183+
1184+
1185+ ## Creating Project from Scratch
1186+
1187+ Example for creating project from scratch. Includes creating project, updating project data, video rendering status
1188+ checking and video downloading.
1189+
1190+ [ See example] ( https://github.com/renderforest/renderforest-sdk-php/blob/master/examples/scratch-project/create-project-from-scratch.php )
You can’t perform that action at this time.
0 commit comments