Skip to content

Refresh access token

POST
/api/v1/auth/refresh

Return a new JWT access token for the currently authenticated user.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
"access_token": "string",
"token_type": "bearer"
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

XC AI Content Automation