HarryH
Voiceflow Partners6mo ago
1 reply
Harry

Dialog API

So i keep getting multiple errors:
500 - "{"statusCode":500,"message":"Internal server error"}"

Endpoint = https://general-runtime.voiceflow.com/state/user/test-user/interact
Headers:
{
"Content-Type": "application/json",
"Authorization": "Bearer VF.DM.RESTOFMYKEY",
"versionID": "production"
}

Body:

{
"action": {
"type": "launch"
}
}

it's published from development to production, i got my API key correct

im on a pro trial so not paying yet so unsure?
Was this page helpful?