Skip to main content
POST
/
api
/
v1
/
issues
/
bulk
Bulk create issues
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/issues/bulk \
  --header 'Content-Type: application/json' \
  --data '
{
  "issues": [
    {
      "title": "<string>",
      "affected_assets": [
        {
          "asset_owner": "<string>",
          "host": "<string>",
          "ip_address": "<string>",
          "matcher_name": "<string>",
          "metadata": {},
          "port": 123,
          "status": "open",
          "target": "<string>",
          "target_type": "host",
          "url": "<string>"
        }
      ],
      "assignee": "<string>",
      "component": "<string>",
      "confidence": "confirmed",
      "cve_ids": [
        "<string>"
      ],
      "cvss_score": "<string>",
      "cwe_ids": [
        "<string>"
      ],
      "description": "<string>",
      "due_date": "2023-11-07T05:31:56Z",
      "evidence": [
        {}
      ],
      "false_positive_reason": "<string>",
      "host": "<string>",
      "ip_address": "<string>",
      "labels": {},
      "last_seen_at": "2023-11-07T05:31:56Z",
      "metadata": {},
      "port": 123,
      "priority": "critical",
      "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "protocol": "<string>",
      "raw_data": {},
      "reference_urls": [
        "<string>"
      ],
      "remediation": "<string>",
      "risk_acceptance_reason": "<string>",
      "severity": "critical",
      "source": "<string>",
      "status": "unverified",
      "tags": [
        "<string>"
      ],
      "target": "<string>",
      "target_type": "host",
      "task_id": "<string>",
      "template_id": "<string>",
      "ticket_id": "<string>",
      "ticket_url": "<string>",
      "type": "vulnerability",
      "url": "<string>"
    }
  ]
}
'
{
  "created": 123,
  "errors": [
    "<string>"
  ],
  "failed": 123,
  "issue_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
issues
object[]
required
Required array length: 1 - 500 elements

Response

Bulk create result

created
integer
required
errors
string[]
required
failed
integer
required
issue_ids
string<uuid>[]