cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/auth/login-key \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>", "organization_id": "<string>", "idempotency_key": "<string>" } '
{ "api_key": "<string>", "api_key_id": "<string>", "user_id": "<string>", "organization_id": "<string>" }
Authenticate with email + password and receive a new nk_ API key.
For returning users who already have an account but need a new key (e.g. an AI agent setting up in a new environment).
Org to scope the new key to (must be a member)
Successful Response
Was this page helpful?
Suggestions
Contact support