POST
/
{app_id}
/
query
curl --request POST \
  --url http://localhost:8080/{app_id}/query \
  -d "query=who is Elon Musk?"
{ "response": "Net worth of Elon Musk is $218 Billion." }
curl --request POST \
  --url http://localhost:8080/{app_id}/query \
  -d "query=who is Elon Musk?"
{ "response": "Net worth of Elon Musk is $218 Billion." }

Path Parameters

app_id
string
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.