コンテンツにスキップ
Vessios Docs
日本語
Esc
navigateopen⌘Jpreview

Ingest Upload

ファイル(PDF/Markdown/テキスト)を抽出して Ingest する(Section 16)。editor 以上。

POST/sources/upload
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredmultipart/form-data
filestring<binary>required
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/upload" \
  -H "Content-Type: multipart/form-data" \
  -d '{
  "file": "<binary>"
}'
Response
"string"