cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/prompt \ --header 'Content-Type: application/json' \ --data ' { "instructorExecutionId": "<string>", "promptSlug": "json-schema-generator", "userPrompt": "<string>" } '
{ "result": "<unknown>" }
Gets the accessibility tree from an instructor execution and processes it with the specified prompt type
ID of the instructor execution
Type of prompt to execute
json-schema-generator
User prompt describing what they want
Prompt processed successfully
Result from the prompt processing