get
GET /manifest/v1 Select code sample Fetch cURL
const url = 'https://example.com/manifest/v1?graph_ids=00000000-0000-0000-0000-000000000000&include_context=false&include_blobs=true';const options = {method: 'GET', headers: {Authorization: 'Bearer
'}}; try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}
curl --request GET \ --url 'https://example.com/manifest/v1?graph_ids=00000000-0000-0000-0000-000000000000&include_context=false&include_blobs=true' \ --header 'Authorization: Bearer
'
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” graph_ids required ArrayExample
[ "00000000-0000-0000-0000-000000000000"]
include_context boolean nullable
Whether to populate the context field in the manifest
Example
false
include_blobs boolean nullable
Whether to include blobs in the manifest
Example
true
Responses
Section titled “ Responses ”200
Section titled “200 ”Returns a manifest only for the statements that fit the filter
Media type application/jsonA manifest packages statements, contexts, and blobs for distribution.
Version 3 manifest format that bundles statements with their JSON-LD contexts, binary blobs, and optional anchoring information.
object anchorsOptional anchor records proving statement publication
Array