curl --request POST \
--url https://general-runtime.voiceflow.com/v4/project/{projectID}/environment/{environmentID}/session \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"userID": "<string>"
}
'{
"sessionKey": "<string>"
}Starts a new voiceflow conversation session.
curl --request POST \
--url https://general-runtime.voiceflow.com/v4/project/{projectID}/environment/{environmentID}/session \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '
{
"userID": "<string>"
}
'{
"sessionKey": "<string>"
}Voiceflow API key
ID of the target Voiceflow project.
ID of the environment to target or an alias for the environment (ie. production or development).
Unique ID for the user.
1 - 256Was this page helpful?