GET
/
v2
/
public_keys
curl --request GET \
  --url http://127.0.0.1:9550/v2/public_keys
{
  "encryption_public_key": "<string>",
  "signature_public_key": "<string>"
}

Retrieve the public keys associated with the Shinkai API.

Response

200
application/json
Successfully retrieved public keys
encryption_public_key
string
required
signature_public_key
string
required