API ReferenceProjectsCreate_project
Create Project
Creates a new project within a specified organization. **Authentication:** - Requires organization-level API key in `key` - Requires HMAC SHA256 (Base64-encoded)
Creates a new project within a specified organization. **Authentication:** - Requires organization-level API key in `key` - Requires HMAC SHA256 (Base64-encoded)
In: header
HMAC SHA256 (Base64-encoded) signature of the request. Generate this using your API key and the request parameters (room_id). The server validates this signature to verify authenticity. signature of request body in hash-signature
In: header
application/json
application/json
application/json
curl -X POST "https://v.cloudapi.vconnct.me/api/v4/projects/create_project" \ -H "Content-Type: application/json" \ -d '{ "organization_id": "string", "project_name": "string" }'{
"message": "string",
"status": "string"
}{
"message": "string",
"status": "string",
"errors": {
"property1": "string",
"property2": "string"
}
}{
"error": "string"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v4/projects/create_project" \
-H "Content-Type: application/json" \
-d '{
"organization_id": "string",
"project_name": "string"
}'