curl --request POST \
--url https://api.blaxel.ai/v0/drives/{driveName}/access-token \
--header 'Authorization: Bearer <token>'{
"access_token": "<string>",
"expires_in": 123,
"token_type": "Bearer"
}Issues a short-lived JWT access token scoped to a specific drive. The token can be used as Bearer authentication for direct S3 operations against the drive’s SeaweedFS bucket.
curl --request POST \
--url https://api.blaxel.ai/v0/drives/{driveName}/access-token \
--header 'Authorization: Bearer <token>'{
"access_token": "<string>",
"expires_in": 123,
"token_type": "Bearer"
}Was this page helpful?