Zatomic API

Create Project

Creating a new project requires only a name, the project brief is optional.

Endpoint
POST https://api.zatomic.ai/v1/projects

Endpoint Request

Request Properties
name
string
The project name.
brief
string, optional
The project brief.
Request Body
{
   "name": "Project name",
   "brief": "Project brief."
   }
}

Endpoint Response

A successful call returns a 201 status code with a response that contains the project object.

HTTP Status Codes
201 Created The project was created.
500 Internal Server Error Something went wrong on Zatomic's end.