Zatomic API

The Project Object

Properties
project_id
string
Unique ID of the project.
workspace_id
string
The ID of the workspace that contains the project.
name
string
The project name.
brief
string, nullable
The project brief.
prompts
List of prompts for the project; can be empty. If the prompts expand is used, the list will include all prompts for the project.
The Project Object
{
   "project_id": "prj_32hbc9w4iVeyUZ1iRvjZYUrvS73",
   "workspace_id": "wrk_2nKxr84BuEQIpUl3evP3XYyTxdo",
   "name": "Project name",
   "brief": "Project brief.",
   "prompts": []
}