ナレッジベース
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
}'レスポンス例
{}