Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Query

クエリに回答する(SSE ストリーミング)。 4層アーキテクチャ(Layer 0〜3)を自動選択。

POST/query
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
querystringrequired
max_sourcesinteger
min 1 · max 50 · default: 5
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X POST "/query" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "string",
  "max_sources": 5
}'
Response
"string"