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