v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
drives

Create drive access token

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 bucket.

post/drives/{driveName}/access-token

Path parameters

driveNamestring required

Response

successful operation

access_tokenstring
expires_innumber
token_typestring

Example response

{
  "token_type": "Bearer"
}