Get api key

Get API key for an existing user

post
Body
emailstringRequired

The user's email

passwordstringRequired

The user's password

Responses
200
Login successful
application/json
post
POST /attuna_tagging/get_api_key HTTP/1.1
Host: us-central1-prompt-learner-ca90f.cloudfunctions.net
Content-Type: application/json
Accept: */*
Content-Length: 48

{
  "email": "sama@gmail.com",
  "password": "agigobrr"
}
{
  "API_KEY": "text"
}