Skip to content

Responses

SHINE SHOP DEV currently exposes a Responses-compatible public endpoint.

POST /v1/responses

Example request shape:

{
"model": "codex/gpt5.5",
"input": "Say OK",
"max_output_tokens": 20
}

The request must include an API key and a model. Policy checks are the same as other generation endpoints: scope, model allowlist, key-level token caps, model metadata limits when available, and quota reservation/settlement.

Exact response fields follow the currently supported Responses-compatible behavior.