curl --request GET \
--url https://api.blaxel.ai/v0/drives/jwks.json{
"keys": [
{}
]
}Returns the JSON Web Key Set containing the Ed25519 public key used to verify drive access tokens. SeaweedFS or other S3-compatible storage can use this endpoint to validate Bearer tokens.
curl --request GET \
--url https://api.blaxel.ai/v0/drives/jwks.json{
"keys": [
{}
]
}successful operation
Was this page helpful?