Zatomic API

Retrieve Version Balance

Retrieves the balance object for a specific prompt version.

Endpoint
GET https://api.zatomic.ai/v1/prompts/{promptId}/versions/{versionId}/balance

// Example
GET https://api.zatomic.ai/v1/prompts/prm_2qRzu8geIvfudcJTwP0pur4TbMJ/versions/ver_2qRzu8qzlNOMhTrini2EKCDh5r6/balance

Endpoint Response

A successful call returns a response that contains the balance object.

HTTP Status Codes
200 OK The version balance analysis was retrieved.
404 Not Found The version balance analysis didn't exist.
500 Internal Server Error Something went wrong on Zatomic's end.