cURL
curl --request POST \ --url https://api.kaizenautomation.com/agents/execute \ --header 'Content-Type: application/json' \ --data ' { "skillId": "<string>", "content": [ { "type": "<string>", "text": "<string>" } ] } '
{ "executionId": "<string>", "status": "<string>" }
Executes a skill.
Request parameters for executing a skill
External ID of the skill to execute
Optional content array. If provided, this will be used as the initial message.
Show child attributes
Skill execution started successfully
Response after starting agent execution
ID of the execution
Current status of the execution