Skip to main content
POST
/
drives
/
{driveName}
/
access-token
Create drive access token
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

driveName
string
required

Response

successful operation

access_token
string
expires_in
number
token_type
string
Example:

"Bearer"

Last modified on May 27, 2026