POST
/
api
/
v1
/
log-analysis
curl --request POST \
  --url https://app.aegister.com/api/v1/log-analysis \
  --header 'Content-Type: type' \
  --header 'X-Aegister-Token: <api-key>' \
  --data '{}'
{
  "error": 0,
  "messages": [],
  "id": 123
}

Authorizations

X-Aegister-Token
string
header
required

Body

Unspecified request body

Response

201
application/json

The response is of type object.