Create a short-term authentication token using user credentials for exchanging access and refresh tokens.
Documentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
The create session request body.
Successfully created an auth token for user.
A temporary token issued after the initial login step. This token is used in the create session API to exchange for access and refresh tokens.
"eyJhbGciOiJIUzI1NiIsInR..."
Whether two-factor authentication (2FA) is required for the create session API. If true, the client must include an OTP code in the request body to complete the authentication.
true