Interaction Create
Create an interaction.
This endpoint allows you to create an interaction with the specified data.
Parameters:
- data: Input data for the interaction.
- api_key: API key for authentication.
Returns:
- List of action results.
Raises:
- HTTPException(401): If the provided API key is invalid.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Body
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
Response
Successful Response
