Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

File Ingest

アップロード済みファイルを GCS から取得して取り込む(Section 4・非同期2段目)。editor 以上。

POST/sources/file-ingest
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
source_idstringrequired
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/file-ingest" \
  -H "Content-Type: application/json" \
  -d '{
  "source_id": "string"
}'
Response
"string"