Skip to main content
POST
Suggest sub-questions for a composite judgment

Authorizations

Authorization
string
header
required

An organization API key. Keys carry a role (read_write or read_only) and may be restricted to a namespace prefix such as acme/*, or to one namespace such as acme/prod/tenant_1. A prefix matches on a / boundary: acme/prod/tenant_1* covers acme/prod/tenant_1 and everything under acme/prod/tenant_1/, never acme/prod/tenant_12.

Headers

Idempotency-Key
string

Returns the original response verbatim while the node still caches it. Correctness never depends on it.

Minimum string length: 1

Path Parameters

ns
string
required

The namespace name, with any / sent as %2F. Up to 256 bytes. / separates levels of the hierarchy, as in acme/prod/tenant_123.

Required string length: 1 - 256
Pattern: ^[A-Za-z0-9._:/-]+$
name
string
required

A judgment, attribute or threshold name. Names are path segments in field references, so they never contain ..

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9_-]+$

Body

application/json
count
integer
required

How many parts to propose.

Required range: 2 <= x <= 8

Response

The proposed parts.

parts
object[]
required

The proposed parts, ready to review, edit and post as a new version's parts.

examples
string[]
required

The labelled documents shown to the LLM, at most 30.

Maximum array length: 30

Up to 128 bytes.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9._:/-]+$