Knowledge Graphs API
Add file to graph
Add a file to a Knowledge Graph.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the Knowledge 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 Knowledge Graph IDs that the file is associated with.
The processing status of the file.
Was this page helpful?