Vorsto Docs
  • Get Started
  • Getting Started
    • Create Agent
    • Configure Agent
    • Functions
    • Parameters
  • API
    • Authentication
    • Request
    • Object Response
    • Text Response
    • API Web Hook
    • IP Whitelisting
  • 3rd Party Models
    • GPT
    • Gemini
Powered by GitBook
On this page

Was this helpful?

  1. API

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

PreviousAuthenticationNextObject Response

Last updated 7 months ago

Was this helpful?