Abuse Panel - Documentation
Reports

New report

Creates a new report for a specific service

Requirements:

  • User must be a researcher
POST
/feed/{service}/api

Authorization

Authorization
Authorization<token>

In: header

Path Parameters

service*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X post "https://abuse.uncoverit.org/feed/string/api" \  -H "Content-Type: application/json" \  -d '{    "tags": [      "string"    ],    "c2Address": "example.com:8080",    "file256Hash": "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",    "referenceLink": "https://www.uncoverit.org/results/ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad",    "confidenceScore": 10  }'
{
  "id": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}
{
  "error": "string",
  "successful": true
}