Api
Create Document V2
AuthorizationBearer <token>
In: header
Request Body
multipart/form-data
Response Body
application/json
application/json
curl -X POST "https://loading/api/kb/create-v2" \ -F folder_id="0"{
"article_id": 0,
"article_url": "string",
"attachment_count": 0,
"error": "string",
"processing_time_ms": 0,
"success": true,
"tags": [
"string"
],
"title": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}