Skip to main content
In Dograh, a voice agent is called a workflow in the API. A workflow defines the conversation flow, LLM configuration, voice settings, and tools available to your agent.
MethodEndpointQuick Link
POST/workflow/create/definitionCreate from definition
POST/workflow/create/templateCreate from template
GET/workflow/fetchList agents
GET/workflow/countGet agent count
GET/workflow/fetch/{workflow_id}Get an agent
PUT/workflow/{workflow_id}Update an agent
PUT/workflow/{workflow_id}/statusArchive an agent
POST/workflow/{workflow_id}/validateValidate a workflow
POST/workflow/{workflow_id}/runsCreate test run
GET/workflow/{workflow_id}/runsList runs
GET/workflow/{workflow_id}/runs/{run_id}Get a run