Execute API

Runtime AI execution endpoint

Endpoint

POST/api/execute

Description

Execute an AI system using a previously saved design. The design_id references a configuration created through the AI Design Review process.

Workflow

  1. 01Complete the AI Design Review to generate prompts
  2. 02Save the design and obtain a design_id
  3. 03Call this endpoint with the design_id and user input
  4. 04Receive the AI-generated response