For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creates a new key

Post/api/v1/profiles/keys

Create a Policy Key

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

string

DID Document and keys.

Response

{
   description: Successful operation.
          content:
            application/json:
              schema:
                type: string
}
{
  description: Unauthorized.
}
{

description: Forbidden.

}
{

 description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'

}

Was this helpful?