cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/auth/bootstrap-key \ --header 'Content-Type: application/json' \ --data ' { "bootstrap_token": "<string>" } '
{ "api_key": "<string>", "api_key_id": "<string>", "user_id": "<string>", "organization_id": "<string>" }
Exchange a bootstrap token for an nk_ API key (one-time use).
The returned api_key is shown only once — store it securely.
Token from /v2/auth/signup response
Successful Response
Your new nk_ API key — store it securely, it cannot be retrieved again
Was this page helpful?
Suggestions
Contact support