Zatomic API

Projects

Projects provide an additional layer of organization for your prompts; you can think of them like folders. Projects are workspace-specific, but you can create as many projects as needed in each workspace. You can also add any number of prompts to each project.

Projects can be expanded to include all of their prompts, prompt versions, as well as the scoring, risk, balance, and heatmap for each version.

Expands
prompts Retrieves all prompts for the project.
versions Retrieves all versions for each prompt in the project.
scoring Retrieves the scoring object for each version of each prompt in the project.
heatmap Retrieves the heatmap object for each version of each prompt in the project.
balance Retrieves the balance object for each version of each prompt in the project.
risk Retrieves the risk object for each version of each prompt in the project.
Endpoints
   GET https://api.zatomic.ai/v1/projects
  POST https://api.zatomic.ai/v1/projects
   GET https://api.zatomic.ai/v1/projects/{promptId}
 PATCH https://api.zatomic.ai/v1/projects/{promptId}
DELETE https://api.zatomic.ai/v1/projects/{promptId}