Fingerprint Signup
Create an account with no email or password and mint the fingerprint that logs into it.
Fully headless signup, meant for agents and scripts: no email, no password, no verification step, nothing that needs a human. Send an empty body: username is only a display name, it is not part of the login, and asking for a taken one fails with 409.
When the response carries a non-null api_key, it works immediately as the X-API-Key header. Key minting is best-effort, so signup still succeeds when api_key is null. Renting also requires a balance sufficient to cover the minimum rental window; signup credit is conditional.
Despite the name, the fingerprint is not WebAuthn, a passkey or biometrics — it is a random 32-character string. It is returned exactly once, it is the login for the lium.io dashboard, and it is the only way back into an account that has no email, so the caller must store it.
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.