---
title: "POST /v1/ask/twin/{twinId}/open"
method: POST
path: "/v1/ask/twin/{twinId}/open"
tags: ["Ask"]
---

# POST /v1/ask/twin/{twinId}/open

`POST /v1/ask/twin/{twinId}/open`

Ask open-ended questions to a single Digital Twin (UUID or '{networkId}:{externalId}') and get raw answers

## Path parameters

- `twinId` string, required

## Query parameters

- `skipPersist` boolean

## Request body

- object
  - `question` string
  - `questions` string[]

## Response `200`

Default Response

- object
  - `requestId` string, required
  - `data` object, required
    - `answers` object[], required
      - `answer` string, required
      - `confidence` number, required
  - `error` unknown, required

## Other responses

- `400` — Invalid request body
- `401` — Unauthorized - Missing or invalid API token
- `402` — Payment Required - Insufficient credits balance
- `403` — Forbidden - Organization lacks required permission
- `500` — Internal server error
- `503` — Service Unavailable - Service configuration issue (e.g. empty public-network registry)

---

[API](https://skmtc.net/originalvoices/apis/originalvoices-api.md) · [All operations](https://skmtc.net/originalvoices/apis/originalvoices-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/originalvoices/originalvoices-api/revisions/a123e0e3d01f/schema)
