Request
Explore the api request parameters
Last updated
Explore the api request parameters
POST https://agent.vorsto.io/api/{agent-id}
Headers
Content-Type
application/json
x-auth-key
api_xxxxxxxxxxxxxxxxxxxxxxxxxxx
Url Parameter
agent-id
string
The id of the agent. You can get this on the agent configuration form
Sample Request
{
"query": "Can you analyse this data for fraud?"
}query
string
Your instruction to the bot
Last updated