---
title: "POST /v1/ask/open"
method: POST
path: "/v1/ask/open"
tags: ["Ask"]
---

# POST /v1/ask/open

`POST /v1/ask/open`

Ask an open-ended question to the audience and get raw answers

## Request body

- object
  - `audienceId` string
  - `audiencePrompt` string
  - `networkId` string
  - `question` string
  - `questions` string[]
  - `sampleSize` union
    - 'low'
    - 'medium'
    - 'high'
    - 'very_high'

## Response `200`

Default Response

- object
  - `requestId` string, required
  - `data` object, required
    - `answers` array[], required
      - object[]
        - `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)
