Skip to main content

API Overview

The Veoveo API lets clients work with workspaces, artifacts, blobs, links, events, search, bots, tools, billing, channels, and operations.

How To Use This Page

  • Start with workspace routes because most resources are scoped to a workspace.
  • Use session auth for browser flows and token-based auth for integrations where supported.
  • Follow links from group pages into the OpenAPI reference for exact request and response shapes.

Developer Checklist

  • Confirm the workspace, artifact, bot, server, or operation reference comes from a prior response or visible product route.
  • Check authentication and role requirements before sending a request.
  • Use response data to drive the next call instead of reconstructing identifiers from display text.
  • Preserve visible error details when debugging.