createProject.rest

This service will create a new project on Kompoz.com.

Param Name Req Type Description
title Y String The name (title) of the new project.
description Y String A short description of the project being created.
tags N String A comma-separated list of tags to assign to this project.
newTrackStatusCode Y Number This flag tells the system how to handle new tracks as they are upload to this new project by other members. Possible values are:
1 - Treat new tracks as auditions.
2 - Automatically accept new tracks.
licenseId Y Number The license to apply to this new project. See getLicenses.rest for valid values.
bpm N String The BPM (Beats Per Minute) if know.
songKey N String The key for the song (if known)
participationPolicyCode Y Number Valid values are:
0 - Public Project
1 - Private Project
client Y String The name and version number of the client application creating the project (e.g., "acme-client/1.0"). Note: A valid/unique client name is required before create a new project via this API.
Contact Us to obtain a valid client name.