v4
OpenAPI 3.1.02026-07-313621,3961.8 MBAgents Platform
Compile Procedures
Compile procedure drafts into a workflow.
post/v1/convai/agents/{agent_id}/branches/{branch_id}/procedures/compile
Path parameters
agent_idstring required
Agent ID to get the procedure draft from
Example:agent_3701k3ttaq12ewp8b7qv5rfyszkz
Agent ID to get the procedure draft from
branch_idstring required
Branch ID to get the procedure draft from
Example:agtbranch_0901k4aafjxxfxt93gd841r7tv5t
Branch ID to get the procedure draft from
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"workflow": {
"edges": [],
"nodes": []
}
}