---
title: "Make Shared Query Stream"
method: POST
path: "/model/query-shared-stream"
tags: ["Models and Predictions"]
---

# Make Shared Query Stream

`POST /model/query-shared-stream`

Query Dante using a shared knowledgebase. Keep in mind that different credits apply for API usage (20% more than within the app).

## Query parameters

- `question` string, required
- `token` string, required
- `conversation_id` string, uuid, required
- `user_generated_id` string
- `integration_mode` 'TEXT' | 'AVATAR' — An enumeration.
- `avatar_id` string, uuid

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
