---
title: "Login"
method: POST
path: "/users/login"
tags: ["Users"]
---

# Login

`POST /users/login`

Exchange credentials for a JWT.

Supports two authentication methods:
1. Fingerprint: {"fingerprint": "your-fingerprint"}
2. Hotkey signature: {"hotkey": "5...", "signature": "hex...", "nonce": "uuid"}

For hotkey auth, first call GET /users/login/nonce to get a nonce,
sign it with your hotkey (e.g., `btcli w sign --message <nonce>`),
then submit the hotkey, signature, and nonce.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/352418d4e3a2/schema)
