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.
Authenticate with email/password and receive an API key for the first active company.
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "api_key": "<string>", "agent_id": "<string>", "company_id": "<string>", "company_name": "<string>", "companies": [ { "id": "<string>", "name": "<string>" } ], "hint": "<string>" }
Authenticated.
Show child attributes