Platform API

The control plane — workspaces, memories, credentials, spaces, usage and audit.

The Platform API manages your account: workspaces, memories, credentials, spaces, threads, webhooks, usage and audit.

Anything that reads or writes knowledge lives in the Memory API instead. If you are ingesting a document or running a search, that is the surface you want.

curl https://api.uni-flow.ai/api/v1/workspaces \
  -H "x-api-key: $CHORDIAN_API_KEY"

Start here

Reference

Generated from the OpenAPI specification, with a live playground on every endpoint.

Machine-readable

The specification is served directly:

curl https://docs.uni-flow.ai/openapi/platform.yaml
Was this page helpful?
Report an issue

On this page