Skip to content

Create API token

POST
/api/me/tokens

Creates a new named uploader API token for programmatic access.

Authorizations

Token

Format: token <value>. Types: user (session) or uploader (API token).

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"name": "string"
}

Responses

OK

application/json
JSON
{
  
"token": "string",
  
"id": "string",
  
"type": "string",
  
"createdAt": "string",
  
"usedAt": "string",
  
"userAgent": "string",
  
"me": true,
  
"name": "string"
}

Playground

Server
Authorization
Body

Samples