Elizon Docs
API Reference

API Reference

Full reference for the Elizon Public API endpoints.

Every endpoint in the Elizon Public API, grouped by resource. All paths are relative to https://api.elizon.com/api/v1 and require an X-API-Key header — see Authentication if you don't have a key yet.

Running an Agent, Team, or Workflow?

Creating and configuring Agents is listed below. Running one — /run, /run-stream, /run-async, and job polling/cancellation — has its own section: see Agents and Teams (Workflows also keeps its endpoint reference pages below — see Workflows for the concepts).

ResourceEndpointDescription
OrganizationGET /organizations/limitsYour rate limits and file-upload posture.
AgentsGET /agentsList agents.
AgentsPOST /agentsCreate an agent.
AgentsGET /agents/:agentIdGet one agent.
AgentsPUT /agents/:agentIdUpdate an agent.
AgentsGET /agents/llm-providersList connected LLM providers and models.
WorkflowsPOST /workflows/:workflowId/runRun a published workflow, blocking (≤30 s).
WorkflowsPOST /workflows/:workflowId/run-asyncStart a workflow run and poll for it.
WorkflowsGET /workflow-jobs/:jobIdPoll a workflow run's status.
WorkflowsPOST /workflow-jobs/:jobId/cancelCancel an in-flight workflow run.

New to the API? Start with the Quickstart instead — it walks through the same endpoints end to end. See Error Codes for the full list of error responses these endpoints can return.