POST
/
v1
/
attestations
/
create
curl --request POST \
  --url https://api.app.chainloop.dev/v1/attestations/create \
  --header 'Authorization: Bearer <token>'
{
  "attestation": {
    "digest": "digest",
    "id": "id"
  }
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

name
string

The name of the material in the attestation, in RFC 1123 label format (lowercase letters, numbers, and hyphens).

content
string

The content to attest, typically a file or a blob

Response

200
application/json

A successful response.

Response for the attestation creation request