The docs for the [Knowledge Graph API][1] are very sparse; they mention I can use "ids" to search for a specific list of entities instead of using a query. I have some entity IDs that were reported by the natural-language API as "mentioned entities" in documents, such as:
kg:/g/11c58ncq2b
When I provide one of these as an "ids" query-string parameter, I get a terse 400:
"code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT"
Same result if I try to use the bare string "11c58ncq2b" or other variants.
Does anyone know what format is expected here?