Interact (non-stream)
Interact (non-stream)
Send an action and receive an array of traces in response.
POST
Interact (non-stream)
Call Start session to begin a new conversation and receive aDocumentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
sessionKey. Then, pass the session key as the authorization header on this endpoint to send actions and receive traces from your agent.
Each request sends an action describing what happened on the user’s side. Actions include sending a text message, selecting a button, signaling a no-reply, or continuing after a handoff. The most common are launch (to start a conversation) and text (to send a user message).
For streaming responses, use Interact (stream) instead.Authorizations
Session key returned from the start session endpoint.
Body
application/json
The user's action for this conversation turn. Most commonly, the text action is used to send a message to the agent as a user.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
Key-value pairs to set or update on the session before this turn is processed. Useful for injecting context like a user's name, account tier, or current page. Learn more.
Optional settings for this turn.
Response
200 - application/json