Projects›
Projects
Create Project
Create a New Project
POST
/api/v1/projects
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/jsonnamestring
Name of the project
descriptionstring
Description of the project
tagsarray
Tags associated with the project
Response
application/jsonOK
messagestring
Example:
"Project created successfully"typestring
Example:
"Success"idstring
Example:
"01J5Q6WPACPV0HJNVKMG0S141Z"