Request

Explore the api request parameters

Agent Message API

POST https://agent.vorsto.io/api/{agent-id}

Headers

Name
Value

Content-Type

application/json

x-auth-key

api_xxxxxxxxxxxxxxxxxxxxxxxxxxx

Url Parameter

Name
Type
Description

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?"
}
Name
Type
Description

query

string

Your instruction to the bot

Last updated

Was this helpful?