Email | Dropzone AI Documentation

post/app/api/v1/email/investigation/create

Creates a new email investigation, returning the ID.

Authorizations

Body

Responses

HTTP

cURL

POST /app/api/v1/email/investigation/create HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18

{  
  "email": "binary"
}

Success Response

{
  "id": 1
}