Skip to content

Cids the provided policy, and all the included controls. All items are stored in the blob store.

POST
/gov/v1/cid/policy
curl --request POST \
--url https://example.com/gov/v1/cid/policy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "control": [ { "citation": [ { "title": "example", "url": "example" } ], "controlCode": "ADAIP-RIS-044", "description": "Must ensure equitable access for all individuals and groups.", "extra": { "additionalProperty": "example" }, "title": "Ensuring Equitable Access" } ], "description": "Framework for ethical AI development.", "extra": { "additionalProperty": "example" }, "name": "EUAI Act", "version": "1.0.2" }'

Cids the provided policy, and all the included controls. All items are stored in the blob store. Returns the CID of the entire policy and each control.

Media type application/json
object
control
Array<object>
nullable
object
citation
Array<object>
nullable
object
title
string
nullable
url
string
nullable
controlCode
required
string
Example
ADAIP-RIS-044
description
string
nullable
Example
Must ensure equitable access for all individuals and groups.
extra
object
key
additional properties
title
required
string
Example
Ensuring Equitable Access
description
string
nullable
Example
Framework for ethical AI development.
extra
object
key
additional properties
name
required
string
Example
EUAI Act
version
string
nullable
Example
1.0.2

The CIDs of the Policy and each Control.

Media type application/json
object
controls
required
object
key
additional properties
string
policy
required
string
Example generated
{
"controls": {
"additionalProperty": "example"
},
"policy": "example"
}