Zoldea API Reference
The Zoldea REST API enables interaction with workspaces, artifacts, experiments, integrations, and more. All endpoints accept and return JSON.
Base URL
https://zoldea.com/apiAuthenticationPass
firebaseUid in body for write opsRate Limits100 req/min per user, 1000 req/min public
Content Type
application/jsonError Responses
400Bad Request โ Missing or invalid parameters
401Unauthorized โ Invalid or missing authentication
403Forbidden โ Insufficient permissions
404Not Found โ Resource does not exist
429Too Many Requests โ Rate limit exceeded
500Server Error โ Internal failure
{
"error": "Description of what went wrong"
}