curl -X POST https://kymaapi.com/v1/auth/register \ -H "Content-Type: application/json" \ -d '{"email": "you@email.com", "password": "your_password"}'
Create a new account and get an API key.
Documentation IndexFetch the complete documentation index at: https://docs.kymaapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "user_id": "abc123", "api_key": "kyma-your-new-api-key", "session_token": "ks-your-session-token" }