Skip to main content

Create API key

POST 

https://demo.komga.org/api/v2/users/me/api-keys

Create API key

Request

Bodyrequired

    commentstringrequired

Responses

OK

Schema
    commentstringrequired
    createdDatedate-timerequired
    idstringrequired
    keystringrequired
    lastModifiedDatedate-timerequired
    userIdstringrequired

Authorization: http

name: basicAuthtype: httpscheme: basic
curl -L 'https://demo.komga.org/api/v2/users/me/api-keys' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+' \
-d '{
"comment": "string"
}'
Request Collapse all
Base URL
https://demo.komga.org
Auth
Body required
{
  "comment": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!