curl --request POST \
--url https://general-runtime.voiceflow.com/state/user/{userID}/interact \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"state": {
"variables": {}
},
"request": "<unknown>",
"action": "<unknown>",
"config": "<unknown>"
}
'curl --request POST \
--url https://general-runtime.voiceflow.com/state/user/{userID}/interact \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"state": {
"variables": {}
},
"request": "<unknown>",
"action": "<unknown>",
"config": "<unknown>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.voiceflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Voiceflow API key
An ID which uniquely identifies the user having the conversation.
128The user's response, e.g, user requests starting a conversation or advances the conversation by providing some textual response.
Optional settings to configure the response.
Was this page helpful?