Path Parameters
Body
application/json
Response
Successful Response
The response is of type object
.
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." }
Query an app
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." }
Successful Response
The response is of type object
.
Was this page helpful?