Create a project

POST https://{{base_url}}/v1/projects

The Create a project request lets you create a project in your organization.

To use the API Request, you need to authenticate yourself with an Organization UID and Authtoken. Read more about it in Authentication.


For more information, refer to the Create a project API Reference document

Request Body

{"description"=>"This is a sample project", "tags"=>["sample"], "title"=>"Sample Demo Project-Docs"}

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken. Refer Authentication for more details.
organization_uidstringEnter the Organization UID.
Content-TypestringEnter "application/json" to pass a request body.