POST
/
v2
/
knowledge-bases
/
{kb_id}
/
documents
/
files
{
  "processing_status": {
    "status": "processing",
    "message": "<string>",
    "document_ids": []
  }
}

Path Parameters

kb_id
string
required

Body

multipart/form-data
files
file[]
required
document_languages
string[] | null

Response

200
application/json
Successful Response

Response model for adding documents to a Knowledge Base.

processing_status
object
required

Status information about the document addition process, including progress and any errors.