Extract tuples from a document by its ID. If streaming is enabled, the response will be a stream of tuples as JSON server-sent events. This endpoint requires calling our external inference service, and will have significant latency.
If target_graph_owner and target_graph_name are provided as query parameters, the tuples will also be inserted into the specified graph.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the document to get tuples for
Whether to stream the tuples back as a stream of JSON server-sent events
The owner of the target graph to add tuples to
The name of the target graph to add tuples to
Successfully retrieved document tuples