Knowledge Graph API
Add file to graph
POST
/
v1
/
graphs
/
{graph_id}
/
file
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
graph_id
string
requiredThe unique identifier of the graph.
Body
application/json
file_id
string
requiredThe unique identifier of the file.
Response
200 - application/json
id
string
requiredA unique identifier of the file.
created_at
string
requiredThe timestamp when the file was uploaded.
name
string
requiredThe name of the file.
graph_ids
string[]
requiredA list of graph IDs that the file is associated with.
status
string
requiredThe processing status of the file.