Knowledge Base
Upload Data
Upload raw string-like data to the knowledge base.
POST
/
indexing
/
v0
/
data
/
{flow_id}
/
{org_id}
/
{node_id}
Authorizations
Authorization
string
headerrequiredAuthorization header. Learn how to get it.
Path Parameters
org_id
string
requiredThe organization ID. Learn how to get it.
flow_id
string
requiredThe flow ID. Learn how to get it.
node_id
string
requiredThe node ID. Learn how to get it.
Body
application/json ยท object[]
Data to index
Response
200 - application/json
The response is of type any
.