Create Project
Create a New Project
Add Domain URL:
POST Example
curl https://api.hyperleaf.com/api/project/create?key=mykey \
-d 'project=my new project'Request Fields (* required)
Name
Type
Description
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