Create a Project
Create a new project in a workspace.
POST https://api.roboflow.com/{workspace_id}/projects?api_key=YOUR_API_KEY
Request Body
{
"name": "My Project",
"type": "object-detection",
"license": "MIT"
}
Parameters
name-- The name of the project.type-- The project type (e.g.,object-detection,classification,instance-segmentation).license-- The license for the project.