지식 베이스

Update data

Only xlsx files are supported; the first row must be the header A single document may currently be at most 20 MB; larger files cannot be processed A single sheet may currently contain at most 2000 data rows; larger sheets cannot be processed

PUT/openapi/knowledge

요청

요청 본문

knowledge_codestring필수

Knowledge base code

Example:""
knowledge_filestring필수

File to update

Example:""
colinteger필수

Column to index, starting from 1

Example:0

응답

200 OK

필드 없음

샘플 코드

curl -X PUT 'https://openapi.voicefox.ai/openapi/knowledge' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{
  "knowledge_code": "",
  "knowledge_file": "",
  "col": 0
}'

응답 예시

{}