---
title: "document-question-answering"
method: POST
path: "/models/v2/cloudqi/CQI_Visual_Question_Awnser_PT_v0"
---

# document-question-answering

`POST /models/v2/cloudqi/CQI_Visual_Question_Awnser_PT_v0`

Answer questions based on document content for tasks like contract analysis, document understanding, and information retrieval

## Request body

- object
  - `question` string, required
  - `url` string, required
  - `base64` string

## Response `200`

Successful document-question-answering response.

- object
  - `error` string, nullable, required — Null on success; otherwise an error message.
  - `output` unknown[], required — Successful response with the answer from the document
    - unknown

## Other responses

- `401` — Auth error - check your api key and how you're sending it.
- `429` — Too Many Requests – You have hit the rate limit.

---

[API](https://skmtc.dev/bytez/apis/closed-source-model-api.md) · [All operations](https://skmtc.dev/bytez/apis/closed-source-model-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bytez/closed-source-model-api/revisions/d64c9c733afe/schema)
