Skip to main content
POST
/
v2
/
investigations
/
email
New Investigation From Email
curl --request POST \
  --url https://api.qevlar.com/v2/investigations/email \
  --header 'Content-Type: application/json' \
  --data '
{
  "from_email": "[email protected]",
  "attachment_download_url": "<string>",
  "subject": "Investigation by Qevlar AI",
  "reply_to": "[email protected]"
}
'
{
  "alert_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "Failure"
}

Headers

authorization
string | null

Body

application/json
from_email
string<email>
required
attachment_download_url
string<uri>
required
Minimum string length: 1
subject
string | null
default:Investigation by Qevlar AI
reply_to
string<email> | null

Response

Successful Response

alert_id
string<uuid>
required
status
enum<string>
required
Available options:
Failure,
In progress,
Pending,
Success