Generate a report for one threat
cURL
curl --request POST \ --url https://api.intrace.ai/v1/reports/threats \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "threat_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "title": "<string>" }
{ "threat_id": "4f5d1cc9-d4cc-49a1-a3fc-5ec93d674bc8" }
{ "reportId": "0e72da56-a3c9-4445-bd74-7e9b0ac7c47c", "status": "completed", "title": "Threat Report" }
Threat report generated.