Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Ingest Text

テキストを wiki に Ingest する(SSE ストリーミング)。 CLAUDE_CODE_INSTRUCTIONS.md Section 5-1 に準拠。

POST/sources/text
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
contentstringrequired
titlestring
default: ""
tagsstring[]
default: []
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 "/sources/text" \
  -H "Content-Type: application/json" \
  -d '{
  "content": "string",
  "title": "",
  "tags": []
}'
Response
"string"