Python Script Example
An example script to create a project via API by utilizing Project Creation Wizard (PCW)
Usage Requirement
Installation
Guide
1. Generate your OAuth credentials
2. Set up a project via Custom Project
3. In the Step 5, click “View Script” in the top right corner


5. Paste the configuration to project_configuration.json
6. Insert your dataset for the project in the api-client-example/create-project-async/documents folder
api-client-example/create-project-async/documents folder7. Run the command on your terminal to create the project
8. Run this command to track your project creation status
Last updated