Create an interaction.
This endpoint allows you to create an interaction with the specified data.
Parameters:
Returns:
Raises:
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Name of the API.
User input data.
Additional context parameters that may include relevant info for the LLM
Control the response format available option are raw / formatted_html / formatted_md / formatted_text
Controls how the request is executed: dry_run_execution (returns request without sending), apigene_execution (Apigene handles execution with stored credentials), customer_execution (request is forwarded to customer's webhook where the customer is responsible for executing it with their own credentials)
dry_run_execution, apigene_execution, customer_execution Customer-specific context data for correlation and tracking in customer execution mode
Overide the default model that will be used for executing this interaction
Successful Response