For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The Shortest Path endpoint returns a response identifying the shortest traversal path connecting each pair of entities.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Query parameters
entitiesstringRequired
A list of Sayari entity IDs specifying the source and target entities for the shortest path calculation. The list must contain exactly two entity IDs The first entity ID represents the source.The second entity ID represents the target.