---
title: "Query app"
method: POST
path: "/{app_id}/query"
tags: ["Apps"]
---

# Query app

`POST /{app_id}/query`

Query an app

## Path parameters

- `app_id` string, required

## Request body

- QueryApp
  - `query` string — The query that you want to ask the App.

## Response `200`

Successful Response

- DefaultResponse
  - `response` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/thuir/apis/embedchain-rest-api.md) · [All operations](https://skmtc.dev/thuir/apis/embedchain-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/embedchain-rest-api/revisions/0d286e801458/schema)
