Skip to main content
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." }

Documentation Index

Fetch the complete documentation index at: https://docs.embedchain.ai/llms.txt

Use this file to discover all available pages before exploring further.

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
query
string
default:""

The query that you want to ask the App.

Response

Successful Response

response
string
required