Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Session-based login for the Studio UI; sets the naive_session cookie.
naive_session
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/auth/session/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{}
Logged in.
The response is of type object.
object