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