Skip to main content
POST
/
v1
/
media-search-summaries
/
override-summary
Override Media Search Summary
curl --request POST \
  --url https://api.taidalos.com/v1/media-search-summaries/override-summary \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data @- <<EOF
{
  "data": {
    "media_search_id": "123e4567-e89b-12d3-a456-426614174000",
    "risk_categories": [
      "Money Laundering",
      "Sanctions",
      "Human Rights Abuse"
    ],
    "risky": true,
    "summary": " - Jan Marsalek is a central figure in the Wirecard scandal, one of Germany's largest financial frauds, involving €1.9 billion in non-existent assets. /n - He is accused of fraud, false accounting, embezzlement, and operating a shadow empire alongside Wirecard's official operations. /n - Marsalek allegedly used third-party companies to siphon funds from banks and investors, and engaged in money laundering activities, particularly in the Philippines and Singapore."
  }
}
EOF
{
  "data": {
    "media_search_summary_id": "123e4567-e89b-12d3-a456-426614174000"
  }
}

Headers

Authorization
string
required

Body

application/json

request body

data
object

data contains the media search summary details and risk assessment information for the override request.

Response

Created

data
object

data contains details specific to the override media search summary response.