Create Project
Create a New Project
Add Domain URL:
POSThttps://api.hyperleaf.com/api/project/create
POST Example
curl https://api.hyperleaf.com/api/project/create?key=mykey \
-d 'project=my new project'Request Fields (* required)
Name
Type
Description
project*
string
the name of the project you are creating
Response Examples
{
"status": "ok",
"message": "Added Project",
"project_uuid": "sj92jf-2j39fj-n9e93-1hwef"
}{"status": "error", "message": "project name invalid"}
{"status": "error", "message": "project name taken"}Last updated