Add key to keychainAsk AIpost https://api.makeinfinite.dev/v1/auth/keysAdd a new public key to your keychain for authenticationBody ParamsauthCodestringrequiredThe secure, randomly generated string provided from the challenge APIsignaturestringrequiredThe signature calculated using the authCode and your private keykeystringrequiredThe public key the platform uses to validate signaturesschemestringThe key scheme (i.e., algorithm). This is required when adding a new key (e.g., during registration) and optional thereafterResponses 204No Content 400Bad Request 401UnauthorizedUpdated 11 months ago