Miscellaneous
Resolve browser link
Given a browser link to a Superhuman Docs object, attempts to find it and return metadata that can be used to get more info on it. Returns a 400 if the URL does not appear to be a Superhuman Docs URL or a 404 if the resource cannot be located with the current credentials.
get/resolveBrowserLink
Query parameters
urlstring url required
The browser link to try to resolve.
degradeGracefullyboolean
By default, attempting to resolve the Superhuman Docs URL of a deleted object will result in an error. If this flag is set, the next-available object, all the way up to the doc itself, will be resolved.
Response
Metadata for the resolved resource.
Example response
{
"href": "https://docs.superhuman.com/apis/v1/resolveBrowserLink?url=https%3A%2F%2Fdocs.superhuman.com%2Fd%2F_dAbCDeFGH%2FLaunch-Status_sumnO",
"browserLink": "https://docs.superhuman.com/d/_dAbCDeFGH/Launch-Status_sumnO",
"resource": {
"id": "canvas-IjkLmnO",
"name": "My Page",
"href": "https://docs.superhuman.com/apis/v1/docs/AbCDeFGH/pages/canvas-IjkLmnO"
}
}