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.
| Resource | Endpoint | Description |
|---|---|---|
| Organization | GET /organizations/limits | Your rate limits and file-upload posture. |
| Agents | GET /agents | List agents. |
| Agents | POST /agents | Create an agent. |
| Agents | GET /agents/:agentId | Get one agent. |
| Agents | PUT /agents/:agentId | Update an agent. |
| Agents | GET /agents/llm-providers | List connected LLM providers and models. |
| Workflows | POST /workflows/:workflowId/run | Run a published workflow, blocking (≤30 s). |
| Workflows | POST /workflows/:workflowId/run-async | Start a workflow run and poll for it. |
| Workflows | GET /workflow-jobs/:jobId | Poll a workflow run's status. |
| Workflows | POST /workflow-jobs/:jobId/cancel | Cancel 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.